Browse Source

Fix layout issue in options dialog

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
53f55a79b3
  1. 10
      src/preferences/options.ui

10
src/preferences/options.ui

@ -178,7 +178,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>486</width> <width>486</width>
<height>626</height> <height>638</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
@ -277,12 +277,6 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QFormLayout" name="formLayout_3"> <layout class="QFormLayout" name="formLayout_3">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="lblDlList_2"> <widget class="QLabel" name="lblDlList_2">
<property name="text"> <property name="text">
@ -515,7 +509,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>482</width> <width>486</width>
<height>952</height> <height>952</height>
</rect> </rect>
</property> </property>

Loading…
Cancel
Save