mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Tooltip and label changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29786 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c881b9f49a
commit
0e69c68f71
@ -21,6 +21,9 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="setWidthLA">
|
||||
<property name="toolTip">
|
||||
<string>Define the label width used for formatting the nomenclature list.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Longest Label:</string>
|
||||
</property>
|
||||
@ -30,7 +33,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="setWidthCO"/>
|
||||
<widget class="QComboBox" name="setWidthCO">
|
||||
<property name="toolTip">
|
||||
<string>Define the label width used for formatting the nomenclature list.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
@ -39,7 +46,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="valueLA">
|
||||
<property name="text">
|
||||
<string>&Value:</string>
|
||||
<string>Custom &Width:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>valueLE</cstring>
|
||||
@ -52,7 +59,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Custom value. Needs spacing type "Custom".</string>
|
||||
<string>Custom value. "Longest Label" needs to be set to "Custom".</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user