summaryrefslogtreecommitdiff
path: root/src/gui/skilldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skilldialog.cpp')
-rw-r--r--src/gui/skilldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skilldialog.cpp b/src/gui/skilldialog.cpp
index 0653a5e0d..c30717f7b 100644
--- a/src/gui/skilldialog.cpp
+++ b/src/gui/skilldialog.cpp
@@ -620,7 +620,7 @@ void SkillDialog::widgetResized(const gcn::Event &event)
Window::widgetResized(event);
if (mTabs)
- mTabs->fixSize();
+ mTabs->adjustSize();
}
void SkillDialog::useItem(const int itemId) const