summaryrefslogtreecommitdiff
path: root/src/gui/setup_players.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-14 00:44:16 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-14 00:44:16 +0200
commitb17d406451228fa83f34a858e1d849c09f1a94e5 (patch)
tree9a10f9195fe36f828b7e591ce6ab898b95218159 /src/gui/setup_players.cpp
parentec8f340ce6b16b92a450bb6fcdb4ebd40b54f669 (diff)
downloadMana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.gz
Mana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.bz2
Mana-b17d406451228fa83f34a858e1d849c09f1a94e5.tar.xz
Mana-b17d406451228fa83f34a858e1d849c09f1a94e5.zip
Fixed the worst layout issues that came up with translations
Video and player setup pages now look a bit better when translated or when the font size is increased.
Diffstat (limited to 'src/gui/setup_players.cpp')
-rw-r--r--src/gui/setup_players.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_players.cpp b/src/gui/setup_players.cpp
index f0d88a30..6372d318 100644
--- a/src/gui/setup_players.cpp
+++ b/src/gui/setup_players.cpp
@@ -283,15 +283,15 @@ Setup_Players::Setup_Players():
place(0, 0, mPlayerTitleTable, 4);
place(0, 1, mPlayerScrollArea, 4, 4).setPadding(2);
place(0, 5, mDeleteButton);
- place(0, 6, mWhisperTabCheckBox);
place(2, 5, ignore_action_label);
place(2, 6, mIgnoreActionChoicesBox, 2).setPadding(2);
place(2, 7, mDefaultTrading);
place(2, 8, mDefaultWhisper);
+ place(0, 9, mWhisperTabCheckBox, 4).setPadding(4);
player_relations.addListener(this);
- setDimension(gcn::Rectangle(0, 0, 325, 280));
+ setDimension(gcn::Rectangle(0, 0, 365, 280));
}
Setup_Players::~Setup_Players()