diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-14 00:44:16 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-14 00:44:16 +0200 |
commit | b17d406451228fa83f34a858e1d849c09f1a94e5 (patch) | |
tree | 9a10f9195fe36f828b7e591ce6ab898b95218159 /src/gui/setup_players.cpp | |
parent | ec8f340ce6b16b92a450bb6fcdb4ebd40b54f669 (diff) | |
download | mana-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.cpp | 4 |
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() |