Browse Source

Small cosmetic fix to program preferences

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
e5e254a184
  1. 16
      src/preferences/options.ui

16
src/preferences/options.ui

@ -117,6 +117,9 @@ @@ -117,6 +117,9 @@
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsEnabled</set>
</property>
</item>
<item>
<property name="text">
@ -147,6 +150,9 @@ @@ -147,6 +150,9 @@
<property name="textAlignment">
<set>AlignHCenter|AlignVCenter|AlignCenter</set>
</property>
<property name="flags">
<set>ItemIsSelectable|ItemIsEnabled</set>
</property>
</item>
</widget>
<widget class="QStackedWidget" name="tabOption">
@ -970,7 +976,7 @@ @@ -970,7 +976,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>485</width>
<width>443</width>
<height>506</height>
</rect>
</property>
@ -1414,7 +1420,7 @@ @@ -1414,7 +1420,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>485</width>
<width>384</width>
<height>440</height>
</rect>
</property>
@ -2237,7 +2243,7 @@ @@ -2237,7 +2243,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>485</width>
<width>419</width>
<height>535</height>
</rect>
</property>
@ -2614,8 +2620,8 @@ @@ -2614,8 +2620,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>502</width>
<height>366</height>
<width>98</width>
<height>28</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_36"/>

Loading…
Cancel
Save