diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 54bf01f4..c895d166 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -49,7 +49,7 @@ Setup::Setup(): { setCloseButton(true); int width = 310; - int height = 245; + int height = 265; setContentSize(width, height); const char *buttonNames[] = { @@ -64,7 +64,7 @@ Setup::Setup(): } TabbedContainer *panel = new TabbedContainer(); - panel->setDimension(gcn::Rectangle(5, 5, width, 205)); + panel->setDimension(gcn::Rectangle(5, 5, width, height - 40)); panel->setOpaque(false); SetupTab *tab; |