Improve menu bar setting string

This commit is contained in:
Kenneth Chew 2022-04-17 16:34:41 -04:00
parent 6b45386252
commit 4c52cc414f
No known key found for this signature in database
GPG Key ID: F17D3E14A07739DA

View File

@ -330,8 +330,11 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="preferMenuBarCheckBox">
<property name="toolTip">
<string>The menubar is more friendly for keyboard-driven interaction.</string>
</property>
<property name="text">
<string>Always show menu bar instead of tool bar (more keyboard friendly, less pretty)</string>
<string>Replace toolbar with menubar</string>
</property>
</widget>
</item>