From 6110801764f588d0696e75645624be4869b99ee0 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 3 Feb 2009 20:41:02 -0700 Subject: Applied a minimum height and width to the help window. Signed-off-by: Ira Rice --- src/gui/help.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3-70-g09d2