summaryrefslogtreecommitdiff
path: root/src/gui/shortcutwindow.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-10 22:54:14 +0100
committerIra Rice <irarice@gmail.com>2009-02-10 20:29:13 -0700
commit4f038e895499fcf94fec168ef964f7de4f813113 (patch)
treee3f26d895923f4f14bf07f08cb1bac7cd23a32be /src/gui/shortcutwindow.cpp
parentff1205d2b89f7f2273a32176c746f36836d7bfa9 (diff)
downloadmana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.gz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.bz2
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.tar.xz
mana-client-4f038e895499fcf94fec168ef964f7de4f813113.zip
Whitespace fixes
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp.
Diffstat (limited to 'src/gui/shortcutwindow.cpp')
-rw-r--r--src/gui/shortcutwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shortcutwindow.cpp b/src/gui/shortcutwindow.cpp
index 754b410a..cd9bc65f 100644
--- a/src/gui/shortcutwindow.cpp
+++ b/src/gui/shortcutwindow.cpp
@@ -51,7 +51,7 @@ ShortcutWindow::ShortcutWindow(const char *title, ShortcutContainer *content)
const int width = (int) config.getValue("screenwidth", 800);
const int height = (int) config.getValue("screenheight", 600);
- setDefaultSize(width - (mInstances * mItems->getBoxWidth()) -
+ setDefaultSize(width - (mInstances * mItems->getBoxWidth()) -
(mInstances * border), height - (mItems->getBoxHeight() *
mItems->getMaxItems()) - border, mItems->getBoxWidth() +
border, (mItems->getBoxHeight() * mItems->getMaxItems()) +