diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-04 13:37:01 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:33 +0100 |
commit | 2f04e69142ede88fb98bd168596c9d2a6aa036bb (patch) | |
tree | 0f8e582ceee118d88fe95eebaf38140a87cb109b /opentrack | |
parent | 20e1e17efa7a936d41d8afb1a15b8ebd3719a32a (diff) |
opentrack: set min window size
Profile names get cut off otherwise.
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/main-window.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui index 138c8a51..984998cf 100644 --- a/opentrack/main-window.ui +++ b/opentrack/main-window.ui @@ -7,7 +7,7 @@ <rect> <x>0</x> <y>0</y> - <width>338</width> + <width>466</width> <height>415</height> </rect> </property> @@ -17,6 +17,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>466</width> + <height>0</height> + </size> + </property> <property name="windowIcon"> <iconset resource="../gui/opentrack-res.qrc"> <normaloff>:/images/opentrack.png</normaloff>:/images/opentrack.png</iconset> |