Skip to content

Commit

Permalink
perf(UI): adjust mini window input view min height
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jun 13, 2023
1 parent fd841f9 commit 1425eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ - (CGFloat)inputViewMinHeight:(EZWindowType)type {
case EZWindowTypeFixed:
return 54; // two line
case EZWindowTypeMini:
return 33; // one line
return 36; // one line, a litte bigger.
default:
return 54;
}
Expand Down

0 comments on commit 1425eae

Please sign in to comment.