diff options
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/main-window.cpp | 1 | ||||
-rw-r--r-- | opentrack/main-window.ui | 8 |
2 files changed, 7 insertions, 2 deletions
diff --git a/opentrack/main-window.cpp b/opentrack/main-window.cpp index 14f0e1ab..cd715216 100644 --- a/opentrack/main-window.cpp +++ b/opentrack/main-window.cpp @@ -46,7 +46,6 @@ main_window::main_window() : State(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH) init_dylibs(); init_shortcuts(); - adjustSize(); init_tray_menu(); setVisible(start_in_tray()); ensure_tray(); diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui index 77428ada..a30ef9ed 100644 --- a/opentrack/main-window.ui +++ b/opentrack/main-window.ui @@ -8,9 +8,15 @@ <x>0</x> <y>0</y> <width>818</width> - <height>474</height> + <height>666</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowIcon"> <iconset resource="../gui/opentrack-res.qrc"> <normaloff>:/images/opentrack.png</normaloff>:/images/opentrack.png</iconset> |