diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-26 15:44:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-26 15:44:41 +0200 |
commit | 9c1be357ff7aa973f4498925e79b52699e888d2c (patch) | |
tree | 11854d1c6e929a860050bd1beb5e30c4974058d0 /opentrack | |
parent | 241c90d8422185a2dcca9b879b89eeb0ae09236a (diff) |
opentrack: fix new config dialog on X11
Diffstat (limited to 'opentrack')
-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"> |