Explorar el Código

Reduce minimum size of activity

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra hace 2 años
padre
commit
a1346dc900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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