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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index fd6d5160..aaad729f 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -267,7 +267,7 @@ Setup_Video::Setup_Video():
place(2, 8, particleDetailLabel);
place(3, 8, mParticleDetailField).setPadding(2);
- setDimension(gcn::Rectangle(0, 0, 365, 300));
+ setDimension(gcn::Rectangle(0, 0, 370, 300));
}
Setup_Video::~Setup_Video()