summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-24 21:55:36 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-24 21:55:36 +0300
commit54f3d4ce98b81a744ef6c0068100f4eb36a6528b (patch)
treed62d03f94a8f1646d9b7e1b084ed5bc6f45d6acd /src/game.cpp
parentd97189f055798b5b2051c1c5770a3def62747461 (diff)
downloadplus-54f3d4ce98b81a744ef6c0068100f4eb36a6528b.tar.gz
plus-54f3d4ce98b81a744ef6c0068100f4eb36a6528b.tar.bz2
plus-54f3d4ce98b81a744ef6c0068100f4eb36a6528b.tar.xz
plus-54f3d4ce98b81a744ef6c0068100f4eb36a6528b.zip
Fix emotes shortcuts bar default size.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index db9486699..63ea0d55d 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -230,7 +230,7 @@ static void createGuiWindows()
}
emoteShortcutWindow = new ShortcutWindow("EmoteShortcut",
- new EmoteShortcutContainer, "emotes.xml");
+ new EmoteShortcutContainer, "emotes.xml", 130, 480);
outfitWindow = new OutfitWindow();
#ifdef MANASERV_SUPPORT
specialsWindow = new SpecialsWindow();