diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-28 23:18:28 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:46 +0200 |
| commit | 34c92f288449406377e41cf68c289a9b1681cf3a (patch) | |
| tree | f33557d7a9bd475f78a02f1fc4fefb364ae7c867 /gui/settings-dialog.ui | |
| parent | 6dcf0f0ff85e4b41a22416dfbe9b88fb57921ec5 (diff) | |
gui: fix vertically stretched layout in options dlg
Diffstat (limited to 'gui/settings-dialog.ui')
| -rw-r--r-- | gui/settings-dialog.ui | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/gui/settings-dialog.ui b/gui/settings-dialog.ui index 2821077a..792e2550 100644 --- a/gui/settings-dialog.ui +++ b/gui/settings-dialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>565</width> - <height>641</height> + <width>540</width> + <height>613</height> </rect> </property> <property name="windowTitle"> @@ -977,6 +977,19 @@ </layout> </widget> </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>1</height> + </size> + </property> + </spacer> + </item> </layout> </widget> <widget class="QWidget" name="tab_4"> @@ -1837,6 +1850,19 @@ </layout> </widget> </item> + <item> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>1</height> + </size> + </property> + </spacer> + </item> </layout> </widget> <widget class="QWidget" name="tab_2"> |
