Fix git configuration page resize behaviour

Now it uses all the available space.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-10 16:22:45 +01:00
parent 3b31b5c98c
commit 09da60f050

View File

@@ -6,15 +6,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>436</width> <width>389</width>
<height>186</height> <height>183</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QGroupBox" name="environmentGroupBox"> <widget class="QGroupBox" name="environmentGroupBox">
@@ -104,21 +102,6 @@
</spacer> </spacer>
</item> </item>
</layout> </layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>pathLineEdit</tabstop> <tabstop>pathLineEdit</tabstop>