summaryrefslogtreecommitdiff
path: root/src/gui/magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/magic.cpp')
-rw-r--r--src/gui/magic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/magic.cpp b/src/gui/magic.cpp
index ca7b5489..ad63f914 100644
--- a/src/gui/magic.cpp
+++ b/src/gui/magic.cpp
@@ -36,7 +36,7 @@ MagicDialog::MagicDialog():
Window(_("Magic"))
{
setCloseButton(true);
- setDefaultSize(255, 25, 175, 225);
+ setDefaultSize(255, 30, 175, 225);
gcn::Button *spellButton1 = new Button(_("Cast Test Spell 1"), "spell_1", this);
gcn::Button *spellButton2 = new Button(_("Cast Test Spell 2"), "spell_2", this);