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:
Jürgen Spitzmüller 2009-05-22 17:52:20 +00:00
parent c881b9f49a
commit 0e69c68f71

View File

@ -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>&amp;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>&amp;Value:</string>
<string>Custom &amp;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 &quot;Custom&quot;.</string>
<string>Custom value. &quot;Longest Label&quot; needs to be set to &quot;Custom&quot;.</string>
</property>
</widget>
</item>