summaryrefslogtreecommitdiff
path: root/src/gui/setup.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-01 04:01:00 +0100
committerIra Rice <irarice@gmail.com>2009-01-05 20:51:29 -0700
commitd87d6368b23fe11e5217d674ed1a4bad05d9bf90 (patch)
treed82c7fc1f629fe4806c6d4ce8f8be5902ccc3b8a /src/gui/setup.cpp
parent4a4b1d993a1c230b0769630949187f299ec6072c (diff)
downloadmana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.gz
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.bz2
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.tar.xz
mana-client-d87d6368b23fe11e5217d674ed1a4bad05d9bf90.zip
Made trade window resizable
Also fixed overlap between description label and the buttons and added the SDL_ttf library to the Code::Blocks project file.
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r--src/gui/setup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp
index baa2bf2b..a61d3bb2 100644
--- a/src/gui/setup.cpp
+++ b/src/gui/setup.cpp
@@ -42,6 +42,7 @@ extern Window *minimap;
extern Window *skillDialog;
extern Window *statusWindow;
extern Window *itemShortcutWindow;
+extern Window *tradeWindow;
Setup::Setup():
Window("Setup")
@@ -134,5 +135,6 @@ void Setup::action(const gcn::ActionEvent &event)
helpWindow->resetToDefaultSize();
skillDialog->resetToDefaultSize();
itemShortcutWindow->resetToDefaultSize();
+ tradeWindow->resetToDefaultSize();
}
}