mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-04 16:21:57 -04:00
add some more explanatory text about toolbars to the customize widget
This commit is contained in:
parent
febe7080e6
commit
999b6ce4ab
@ -17,7 +17,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string><p>The toolbar in calibre is different depending on whether a device is connected or not. Choose <b>which toolbar</b> you would like to customize:</string>
|
||||
<string><p>The toolbar (strip with buttons at the top) in calibre is different depending on whether a device is connected or not. Choose <b>which toolbar</b> you would like to customize:</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
@ -27,7 +27,10 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="what">
|
||||
<property name="toolTip">
|
||||
<string>Choose the toolbar to customize</string>
|
||||
<string><p>Choose which toolbar or menu you wish to customize.
|
||||
<p>The main toolbar appears at the top of the calibre window. It has a different set of buttons based on whether a device is currently connected or not.
|
||||
<p>The optoinal second toolbar appears at the bottom of the calibre window
|
||||
<p>The menubar appears at the very top of the calibre window or in macOS at the top of the screen. It contains menus with actions, not buttons.</string>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user