Skip to content

Commit 1425eae

Browse files
committed
perf(UI): adjust mini window input view min height
1 parent fd841f9 commit 1425eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Easydict/Feature/ViewController/Window/WindowManager/EZLayoutManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ - (CGFloat)inputViewMinHeight:(EZWindowType)type {
113113
case EZWindowTypeFixed:
114114
return 54; // two line
115115
case EZWindowTypeMini:
116-
return 33; // one line
116+
return 36; // one line, a litte bigger.
117117
default:
118118
return 54;
119119
}

0 commit comments

Comments
 (0)