diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-20 12:50:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-20 12:50:26 +0000 |
commit | 90e5ce7e958418f0d39d38112d33d3190a78baea (patch) | |
tree | 012150b22e971e44d0f7e795ef48384e15392940 /src/gui/setup.cpp | |
parent | 9ca202ae89bbe60f2cd1c8e3249a4fe3f8972a2b (diff) | |
download | mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.gz mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.bz2 mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.tar.xz mana-client-90e5ce7e958418f0d39d38112d33d3190a78baea.zip |
TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!
Also fixed a crash on clicking wallpaper in login phase.
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 2f1fc36b..6e3197cd 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -116,7 +116,7 @@ Setup::Setup(): cancelButton->setEventId("cancel"); // Set dimensions/positions - setSize(240, 216); + setContentSize(240, 216); scrollArea->setDimension(gcn::Rectangle(10, 40, 90, 50)); modeList->setDimension(gcn::Rectangle(0, 0, 60, 50)); displayLabel->setDimension(gcn::Rectangle(10, 10, 100,16)); |