]> git.sesse.net Git - nageru/commitdiff
Better aspect ratio to begin with -- hotfix until we get to lock the aspect ratio.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Oct 2015 16:21:30 +0000 (18:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Oct 2015 16:21:30 +0000 (18:21 +0200)
main.cpp

index 8ebe6d21ca7b790a4968045089519a5e83ba5080..97363950647619b61d7bca43512a8870d2ae4b02 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
        global_share_widget = new QGLWidget();
 
        MainWindow mainWindow;
-       mainWindow.resize(QSize(1280, 720));
+       mainWindow.resize(QSize(1500, 720));
        mainWindow.show();
 
        int rc = app.exec();