summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index c17a5263..53041a9c 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -227,7 +227,7 @@ Setup_Video::Setup_Video():
LayoutHelper h(this);
ContainerPlacer place = h.getPlacer(0, 0);
- place(0, 0, scrollArea, 1, 3).setPadding(2);
+ place(0, 0, scrollArea, 1, 4).setPadding(2);
place(1, 0, mFsCheckBox, 3);
place(1, 1, mOpenGLCheckBox, 3);
place(1, 2, mCustomCursorCheckBox, 3);
@@ -252,7 +252,7 @@ Setup_Video::Setup_Video():
place(2, 8, mOverlayDetailField, 2).setPadding(2);
place(2, 9, mParticleDetailField, 2).setPadding(2);
- setDimension(gcn::Rectangle(0, 0, 280, 200));
+ setDimension(gcn::Rectangle(0, 0, 295, 250));
}
Setup_Video::~Setup_Video()