Small UI polishment

This commit is contained in:
Juergen Spitzmueller 2013-05-31 10:45:21 +02:00
parent 3a8da38944
commit 2c1679e958

View File

@ -71,7 +71,7 @@
<item> <item>
<widget class="QLabel" name="iconSetLA"> <widget class="QLabel" name="iconSetLA">
<property name="text"> <property name="text">
<string>&amp;Icon Set:</string> <string>&amp;Icon set:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>iconSetCO</cstring> <cstring>iconSetCO</cstring>
@ -81,7 +81,8 @@
<item> <item>
<widget class="QComboBox" name="iconSetCO"> <widget class="QComboBox" name="iconSetCO">
<property name="toolTip"> <property name="toolTip">
<string>The icon set to use. Warning: normal size of icons may be&#x0a;wrong until you save the preferences and restart LyX.</string> <string>The icon set to use. Warning: normal size of icons may be
wrong until you save the preferences and restart LyX.</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -103,18 +104,12 @@
<item row="2" column="0"> <item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<item> <item>
<widget class="QLabel" name="themeIconsLA"> <widget class="QCheckBox" name="useSystemThemeIconsCB">
<property name="text"> <property name="text">
<string>Use icons from system's &amp;theme:</string> <string>Use icons from system's &amp;theme</string>
</property>
<property name="buddy" >
<cstring>useSystemThemeIconsCB</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QCheckBox" name="useSystemThemeIconsCB"/>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>