From 9c47e5cfc0e91071e0b5ad12b08f7d0c017d7856 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Jan 2013 12:18:40 +0300 Subject: Remove free space from top and right in buttons menu. --- src/gui/windowmenu.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/gui') diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp index 728718acc..c7bccb9bc 100644 --- a/src/gui/windowmenu.cpp +++ b/src/gui/windowmenu.cpp @@ -169,10 +169,7 @@ WindowMenu::WindowMenu(const Widget2 *const widget) : _("Setup"), x, h, Input::KEY_WINDOW_SETUP, setupWindow); if (mainGraphics) - { - setDimension(gcn::Rectangle(mainGraphics->mWidth - x - 3, - 3, x - 3, h)); - } + setDimension(gcn::Rectangle(mainGraphics->mWidth - x, 0, x, h)); loadButtons(); @@ -360,10 +357,7 @@ void WindowMenu::updateButtons() } } if (mainGraphics) - { - setDimension(gcn::Rectangle(mainGraphics->mWidth - x - 3, - 3, x - 3, h)); - } + setDimension(gcn::Rectangle(mainGraphics->mWidth - x, 0, x, h)); } void WindowMenu::loadButtons() -- cgit v1.2.3-60-g2f50