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
1 changed files with 2 additions and 2 deletions

View File

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