Skip to content

Commit

Permalink
bugfix: #302 placeholder text not fully display in mini window (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
phlpsong authored Jan 4, 2024
1 parent a2ce4b5 commit ecb83e5
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 65; // > two line
case EZWindowTypeMini:
return 44; // > one line.
return 54; // two line.
default:
return 54; // two line
}
Expand Down

0 comments on commit ecb83e5

Please sign in to comment.