From fbb717acfc2bd1f2a3cedf8465c817e8a5abec57 Mon Sep 17 00:00:00 2001 From: Joshua Langley Date: Wed, 25 Jul 2007 13:06:47 +0000 Subject: keyboard config - keyboard setup gui re-designed, fixed errors in keyboard config. m_id:16 --- src/gui/setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup.cpp') diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index b936f688..1c17c50e 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -44,7 +44,7 @@ Setup::Setup(): Window("Setup") { int width = 260; - int height = 305; + int height = 245; setContentSize(width, height); const char *buttonNames[] = { @@ -59,7 +59,7 @@ Setup::Setup(): } TabbedContainer *panel = new TabbedContainer(); - panel->setDimension(gcn::Rectangle(5, 5, 250, 265)); + panel->setDimension(gcn::Rectangle(5, 5, 250, 205)); panel->setOpaque(false); SetupTab *tab; -- cgit v1.2.3-70-g09d2