diff options
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 8a108118e..ffe55c1f9 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -169,7 +169,7 @@ <x>0</x> <y>0</y> <width>763</width> - <height>23</height> + <height>32</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -344,6 +344,9 @@ </property> </action> <action name="actionAutoGroup"> + <property name="checkable"> + <bool>true</bool> + </property> <property name="text"> <string>Auto Group</string> </property> @@ -443,11 +446,12 @@ </property> </action> <action name="actionImportCSV"> - <property name="text"> - <string>Import CSV</string> - </property> - <property name="toolTip"> - </property> + <property name="text"> + <string>Import CSV</string> + </property> + <property name="toolTip"> + <string>Import CSV</string> + </property> </action> </widget> <customwidgets> |