summaryrefslogtreecommitdiffstatshomepage
path: root/Introduction.cpp
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-03-13 06:36:30 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-03-13 06:36:30 -0400
commitbab3c6fcb3b7f0780f2d274f314dc64f7869b48d (patch)
tree2acecef3dc712b98b9aa5fb888dd340484f73549 /Introduction.cpp
parentGive instructions some more height. (diff)
downloadAuthor-bab3c6fcb3b7f0780f2d274f314dc64f7869b48d.tar.xz
Author-bab3c6fcb3b7f0780f2d274f314dc64f7869b48d.zip
Specify more sizehints.
Diffstat (limited to 'Introduction.cpp')
-rw-r--r--Introduction.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Introduction.cpp b/Introduction.cpp
index da0466b..e5c96f9 100644
--- a/Introduction.cpp
+++ b/Introduction.cpp
@@ -20,3 +20,7 @@ Introduction::Introduction(QWidget *parent) :
layout->addWidget(okay);
setLayout(layout);
}
+QSize Introduction::sizeHint() const
+{
+ return QSize(450, 800);
+}