summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2009-01-18 19:41:16 +0000
committerDavid Athay <ko2fan@gmail.com>2009-01-18 19:41:16 +0000
commit93f60007c1b5c203b71d32551278351385ea2bee (patch)
tree1983f0da9de01b94e7c616e1efd530360c650729 /src/gui/setup_video.cpp
parent224da21ea258450fcc78dd7635de84aba1d1df5e (diff)
parentccef6c4284a9cc250da72c5835501ae03c2c513f (diff)
downloadmana-client-93f60007c1b5c203b71d32551278351385ea2bee.tar.gz
mana-client-93f60007c1b5c203b71d32551278351385ea2bee.tar.bz2
mana-client-93f60007c1b5c203b71d32551278351385ea2bee.tar.xz
mana-client-93f60007c1b5c203b71d32551278351385ea2bee.zip
Merge branch 'master' of git://gitorious.org/tmw/eathena
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index cc39caed..9fb38f13 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -130,6 +130,7 @@ Setup_Video::Setup_Video():
mParticleDetailField(new gcn::Label(""))
{
setOpaque(false);
+ setDimension(gcn::Rectangle(0, 0, 250, 200));
ScrollArea *scrollArea = new ScrollArea(mModeList);
gcn::Label *alphaLabel = new gcn::Label(_("Gui opacity"));