diff options
-rw-r--r-- | opentrack/new_config.ui | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/opentrack/new_config.ui b/opentrack/new_config.ui index a262e725..05b8a14f 100644 --- a/opentrack/new_config.ui +++ b/opentrack/new_config.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>269</width> - <height>67</height> + <width>437</width> + <height>110</height> </rect> </property> <property name="windowTitle"> @@ -20,7 +20,7 @@ <iconset> <normaloff>images/opentrack.png</normaloff>images/opentrack.png</iconset> </property> - <layout class="QFormLayout" name="formLayout"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -29,7 +29,14 @@ </widget> </item> <item row="0" column="1"> - <widget class="QLineEdit" name="lineEdit"/> + <widget class="QLineEdit" name="lineEdit"> + <property name="minimumSize"> + <size> + <width>271</width> + <height>0</height> + </size> + </property> + </widget> </item> <item row="1" column="1"> <widget class="QDialogButtonBox" name="buttonBox"> |