summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-18 22:47:39 -0700
committerIra Rice <irarice@gmail.com>2009-01-18 22:47:39 -0700
commit8f28b18a31fc8415fbf6aedc5106b8b8525f4caf (patch)
tree2db05c20cf4028519ca022008104c53bb79eb2e1 /src/gui/setup_video.cpp
parent7c13d69ed3739668bff47728a8976131cd00d5a4 (diff)
downloadmana-client-8f28b18a31fc8415fbf6aedc5106b8b8525f4caf.tar.gz
mana-client-8f28b18a31fc8415fbf6aedc5106b8b8525f4caf.tar.bz2
mana-client-8f28b18a31fc8415fbf6aedc5106b8b8525f4caf.tar.xz
mana-client-8f28b18a31fc8415fbf6aedc5106b8b8525f4caf.zip
Reflowed the setup keyboard tab with the layout code.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index f4bcbe31..16a7172f 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -268,7 +268,7 @@ Setup_Video::Setup_Video():
place(2, 11, mOverlayDetailField, 2).setPadding(2);
place(2, 12, mParticleDetailField, 2).setPadding(2);
- setDimension(gcn::Rectangle(0, 0, 295, 255));
+ setDimension(gcn::Rectangle(0, 0, 295, 250));
}
Setup_Video::~Setup_Video()