From: Steinar H. Gunderson Date: Tue, 1 May 2018 08:50:13 +0000 (+0200) Subject: Make some more space for the new audio control. X-Git-Tag: 1.7.3~8 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=497d43015c62dd5fe196d3beec0bd8c59d776ac5;p=nageru Make some more space for the new audio control. --- diff --git a/main.cpp b/main.cpp index 1c7e5da..0234241 100644 --- 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.