mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Small UI polishment
This commit is contained in:
parent
3a8da38944
commit
2c1679e958
@ -71,7 +71,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="iconSetLA">
|
||||
<property name="text">
|
||||
<string>&Icon Set:</string>
|
||||
<string>&Icon set:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>iconSetCO</cstring>
|
||||
@ -81,7 +81,8 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="iconSetCO">
|
||||
<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>
|
||||
</widget>
|
||||
</item>
|
||||
@ -103,18 +104,12 @@
|
||||
<item row="2" column="0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
<widget class="QLabel" name="themeIconsLA">
|
||||
<property name="text" >
|
||||
<string>Use icons from system's &theme:</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>useSystemThemeIconsCB</cstring>
|
||||
<widget class="QCheckBox" name="useSystemThemeIconsCB">
|
||||
<property name="text">
|
||||
<string>Use icons from system's &theme</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="useSystemThemeIconsCB"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
Reference in New Issue
Block a user