diff options
author | Bertram <bertram@cegetel.net> | 2010-02-04 17:43:48 +0100 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2010-02-04 17:43:48 +0100 |
commit | 6de59c31669657957c6d795c149f3acedf34075b (patch) | |
tree | 3af2420d7e35b5afa04d8ed771792dd6312537e5 /src/gui/shortcutwindow.h | |
parent | e5ec83786f01d91da97f75f68ccc707c37780db4 (diff) | |
download | mana-6de59c31669657957c6d795c149f3acedf34075b.tar.gz mana-6de59c31669657957c6d795c149f3acedf34075b.tar.bz2 mana-6de59c31669657957c6d795c149f3acedf34075b.tar.xz mana-6de59c31669657957c6d795c149f3acedf34075b.zip |
Applied patch from TMW-Mantis #972: The shortcut windows are not placed correctly.
Patch from BinaryMind.
Diffstat (limited to 'src/gui/shortcutwindow.h')
-rw-r--r-- | src/gui/shortcutwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shortcutwindow.h b/src/gui/shortcutwindow.h index e30ab18a..35e746f8 100644 --- a/src/gui/shortcutwindow.h +++ b/src/gui/shortcutwindow.h @@ -51,7 +51,7 @@ class ShortcutWindow : public Window ScrollArea *mScrollArea; - static int mInstances; + static int mBoxesWidth; }; extern ShortcutWindow *itemShortcutWindow; |