summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 1d4bc7e4..c5aaab45 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -66,7 +66,7 @@ SkillDialog::SkillDialog():
incButton->setEventId("inc");
closeButton->setEventId("close");
- setSize(240, 240);
+ setContentSize(240, 240);
skillScrollArea->setDimension(gcn::Rectangle(5, 5, 229, 180));
pointsLabel->setDimension(gcn::Rectangle(8, 190, 200, 16));
incButton->setPosition(64, 210);