summaryrefslogtreecommitdiff
path: root/src/qookie.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qookie.cc')
-rw-r--r--src/qookie.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qookie.cc b/src/qookie.cc
index 2a75a63..a6b48b0 100644
--- a/src/qookie.cc
+++ b/src/qookie.cc
@@ -12,7 +12,7 @@
*
* Qookie is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Qookie is distributed in the hope that it will be useful,
@@ -39,6 +39,7 @@ int main(int argc, char *argv[])
//Database db("/mnt/atuin/docs/tine/Fritid/Mad/krecipes.krecdb");
MainWindow mainwindow(db);
+ mainwindow.resize(1280, 768);
mainwindow.show();
return qapp.exec();