diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-20 19:56:56 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-20 19:56:56 -0700 |
commit | 8c1e0d01cdd4ec664aa7a6d11a129263a353a61b (patch) | |
tree | 983ef0810e1d2cb5f74cc09a2c170369cdee66b6 /src | |
parent | 6635294efc3d94dd468c7a4a723e7169402c018c (diff) | |
download | mana-client-8c1e0d01cdd4ec664aa7a6d11a129263a353a61b.tar.gz mana-client-8c1e0d01cdd4ec664aa7a6d11a129263a353a61b.tar.bz2 mana-client-8c1e0d01cdd4ec664aa7a6d11a129263a353a61b.tar.xz mana-client-8c1e0d01cdd4ec664aa7a6d11a129263a353a61b.zip |
Fixed some lines from cutting off in English (which would carry over to
other languages as well).
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_video.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 35c58ecd..7e3d483c 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -288,7 +288,7 @@ Setup_Video::Setup_Video(): place(0, 11, mOverlayDetailSlider); place(0, 12, mParticleDetailSlider); - place(1, 6, alphaLabel, 2); + place(1, 6, alphaLabel, 3); place(1, 7, mFpsCheckBox).setPadding(3); place(1, 8, scrollRadiusLabel); place(1, 9, scrollLazinessLabel); @@ -299,9 +299,9 @@ Setup_Video::Setup_Video(): place(2, 7, mFpsField).setPadding(1); place(2, 8, mScrollRadiusField).setPadding(1); place(2, 9, mScrollLazinessField).setPadding(1); - place(2, 10, mSpeechLabel, 2).setPadding(2); - place(2, 11, mOverlayDetailField, 2).setPadding(2); - place(2, 12, mParticleDetailField, 2).setPadding(2); + place(2, 10, mSpeechLabel, 3).setPadding(2); + place(2, 11, mOverlayDetailField, 3).setPadding(2); + place(2, 12, mParticleDetailField, 3).setPadding(2); setDimension(gcn::Rectangle(0, 0, 325, 280)); } |