mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Small UI polishment
This commit is contained in:
parent
3a8da38944
commit
2c1679e958
@ -71,7 +71,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="iconSetLA">
|
<widget class="QLabel" name="iconSetLA">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Icon Set:</string>
|
<string>&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
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 &theme:</string>
|
<string>Use icons from system's &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>
|
||||||
|
Loading…
Reference in New Issue
Block a user