mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Reduce minimum size of activity
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
6237898b73
commit
2187056cb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue