From 54d3f15fde8305e7e65944668bde66d7a4e127db Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Wed, 4 Jun 2008 08:32:39 +0000 Subject: Added switch option drawing nicknames only if mouse hover. Useful in crowded places. --- src/gui/setup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/setup.cpp') diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index d1f8a38a..22b91ed4 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -49,8 +49,8 @@ Setup::Setup(): Window(_("Setup")) { setCloseButton(true); - int width = 250; - int height = 245; + int width = 260; + int height = 265; setContentSize(width, height); static char const *buttonNames[] = { @@ -65,7 +65,7 @@ Setup::Setup(): } TabbedArea *panel = new TabbedArea(); - panel->setDimension(gcn::Rectangle(5, 5, 250, 205)); + panel->setDimension(gcn::Rectangle(5, 5, 260, 225)); SetupTab *tab; -- cgit v1.2.3-70-g09d2