Просмотр исходного кода

Increased height of ActionCell (#193)

LGTM!
Hari07 4 лет назад
Родитель
Сommit
7270c578e9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart

+ 1 - 1
frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart

@@ -65,7 +65,7 @@ abstract class ActionItem {
 
 
 class ActionListSizes {
 class ActionListSizes {
   static double itemHPadding = 10;
   static double itemHPadding = 10;
-  static double itemHeight = 16;
+  static double itemHeight = 20;
   static double padding = 6;
   static double padding = 6;
 }
 }