diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-09 15:24:10 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-09 15:24:10 -0700 |
commit | a4bb147cc8321a210b5fe6a6ce776679369d76e8 (patch) | |
tree | 3c5be8752639e04a1034b6ec9b1387c352f0a713 /src/gui/setup.cpp | |
parent | dbd70f58177e65266d1dff00f4ccf5bca7acbc04 (diff) | |
download | mana-client-a4bb147cc8321a210b5fe6a6ce776679369d76e8.tar.gz mana-client-a4bb147cc8321a210b5fe6a6ce776679369d76e8.tar.bz2 mana-client-a4bb147cc8321a210b5fe6a6ce776679369d76e8.tar.xz mana-client-a4bb147cc8321a210b5fe6a6ce776679369d76e8.zip |
Fixed the default size for shortcut windows, as well as added both of
the new shortcut windows to the reset shortcut window.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 73023eba..bcffbae0 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -43,6 +43,8 @@ extern Window *minimap; extern Window *skillDialog; extern Window *statusWindow; extern Window *itemShortcutWindow; +extern Window *smileyShortcutWindow; +extern Window *smileyWindow; extern Window *tradeWindow; Setup::Setup(): @@ -136,6 +138,8 @@ void Setup::action(const gcn::ActionEvent &event) helpWindow->resetToDefaultSize(); skillDialog->resetToDefaultSize(); itemShortcutWindow->resetToDefaultSize(); + smileyShortcutWindow->resetToDefaultSize(); + smileyWindow->resetToDefaultSize(); tradeWindow->resetToDefaultSize(); } } |