From 54f3d4ce98b81a744ef6c0068100f4eb36a6528b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 Jul 2012 21:55:36 +0300 Subject: Fix emotes shortcuts bar default size. --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') 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(); -- cgit v1.2.3-60-g2f50