]> git.sesse.net Git - nageru/commitdiff
Make some more space for the new audio control.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 1 May 2018 08:50:13 +0000 (10:50 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 1 May 2018 08:50:13 +0000 (10:50 +0200)
main.cpp

index 1c7e5da1e6bb6be70d2f5aeda8da98b5cbcb3342..023424191ea6af800af0e219e56794adb19a5c30 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
        }
 
        MainWindow mainWindow;
-       mainWindow.resize(QSize(1500, 850));
+       mainWindow.resize(QSize(1500, 910));
        mainWindow.show();
 
        app.installEventFilter(&mainWindow);  // For white balance color picking.