diff options
| author | 2011-03-13 06:36:30 -0400 | |
|---|---|---|
| committer | 2011-03-13 06:36:30 -0400 | |
| commit | bab3c6fcb3b7f0780f2d274f314dc64f7869b48d (patch) | |
| tree | 2acecef3dc712b98b9aa5fb888dd340484f73549 /Introduction.cpp | |
| parent | Give instructions some more height. (diff) | |
| download | Author-bab3c6fcb3b7f0780f2d274f314dc64f7869b48d.tar.xz Author-bab3c6fcb3b7f0780f2d274f314dc64f7869b48d.zip | |
Specify more sizehints.
Diffstat (limited to 'Introduction.cpp')
| -rw-r--r-- | Introduction.cpp | 4 |
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); +} |
