summaryrefslogtreecommitdiff
path: root/src/gui/help.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-03 20:41:02 -0700
committerIra Rice <irarice@gmail.com>2009-02-03 20:41:02 -0700
commit6110801764f588d0696e75645624be4869b99ee0 (patch)
tree10b3eb41375a1db9f26f5e5704aa7f759a9a060f /src/gui/help.cpp
parent769a34317f100d2d62af57a61f1bb88d876c3c08 (diff)
downloadmana-client-6110801764f588d0696e75645624be4869b99ee0.tar.gz
mana-client-6110801764f588d0696e75645624be4869b99ee0.tar.bz2
mana-client-6110801764f588d0696e75645624be4869b99ee0.tar.xz
mana-client-6110801764f588d0696e75645624be4869b99ee0.zip
Applied a minimum height and width to the help window.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/help.cpp')
-rw-r--r--src/gui/help.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/help.cpp b/src/gui/help.cpp
index 6b14f6d8..ece2dce4 100644
--- a/src/gui/help.cpp
+++ b/src/gui/help.cpp
@@ -33,6 +33,8 @@
HelpWindow::HelpWindow():
Window(_("Help"))
{
+ setMinWidth(300);
+ setMinHeight(250);
setContentSize(455, 350);
setWindowName(_("Help"));
setResizable(true);