From 914271405ecf2735a39193661b0a5e31c6ea3b57 Mon Sep 17 00:00:00 2001 From: Blue Date: Sun, 10 May 2009 17:27:45 +0200 Subject: Fix for skill window Fix for a text which was cutted on the fr traduction. --- src/gui/skill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp index 44d4c91a..b6f6f124 100644 --- a/src/gui/skill.cpp +++ b/src/gui/skill.cpp @@ -150,7 +150,7 @@ SkillDialog::SkillDialog(): skillScrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER); place(0, 0, skillScrollArea, 5).setPadding(3); - place(0, 1, mPointsLabel, 2); + place(0, 1, mPointsLabel, 4); place(3, 2, mIncButton); place(4, 2, mUseButton); -- cgit v1.2.3-70-g09d2