]> git.sesse.net Git - nageru/blobdiff - main.cpp
Make some labels and a white balance button per preview (the latter is not hooked...
[nageru] / main.cpp
index fd41e0bd67bafdd710935d119a11a42b9d355e94..396963470c21ed4d6193f9eed204932ff44adec7 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
        global_share_widget = new QGLWidget();
 
        MainWindow mainWindow;
-       mainWindow.resize(QSize(1500, 606));
+       mainWindow.resize(QSize(1500, 685));
        mainWindow.show();
 
        int rc = app.exec();