Procházet zdrojové kódy

Reduce minimum size of activity

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra před 2 roky
rodič
revize
a1346dc900
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      theme/Style/Style.qml

+ 1 - 1
theme/Style/Style.qml

@@ -58,7 +58,7 @@ QtObject {
     property int iconButtonWidth: 36
     property int standardPrimaryButtonHeight: 40
 
-    property int minActivityHeight: variableSize(40)
+    property int minActivityHeight: variableSize(32)
 
     property int currentAccountButtonWidth: 220
     property int currentAccountButtonRadius: 2