2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-12 15:24:39 +00:00

fix: default size of the secondaryMenu

This commit is contained in:
Jonathan Rainville 2021-03-26 14:46:09 -04:00 committed by Iuri Matias
parent 000f55abcd
commit d732a5ce3b

@ -77,9 +77,9 @@ QtObject {
property int smallPadding: 10
property int radius: 8
property int leftTabPrefferedSize: 340
property int leftTabPrefferedSize: 304
property int leftTabMinimumWidth: 300
property int leftTabMaximumWidth: 500
property int leftTabMaximumWidth: 425
property int primaryTextFontSize: 15
property int secondaryTextFontSize: 14