Browse Source

Preferences cosmetic changes

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
5579c7ff3d
  1. 29
      src/preferences/options.ui

29
src/preferences/options.ui

@ -170,7 +170,7 @@ @@ -170,7 +170,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-115</y>
<y>0</y>
<width>503</width>
<height>519</height>
</rect>
@ -187,6 +187,13 @@ @@ -187,6 +187,13 @@
</property>
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>User Interface Language:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboI18n">
<property name="minimumSize">
@ -377,6 +384,16 @@ @@ -377,6 +384,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkProgramExitConfirm">
<property name="text">
<string>Ask for program exit confirmation</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="checkShowSystray">
<property name="title">
@ -449,16 +466,6 @@ @@ -449,16 +466,6 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkProgramExitConfirm">
<property name="text">
<string>Ask for program exit confirmation</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>

Loading…
Cancel
Save