summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-13 22:07:29 +0100
committerIra Rice <irarice@gmail.com>2009-01-15 15:06:47 -0700
commit731dcee8bec7e32d576b0e6a9d98b9a21050362e (patch)
treeb2e289fbe90553f44d289565d46065fa5c41d6f0 /src/gui/setup_video.cpp
parent10a9dbacd9334caede10f1b21d42cdf7e1efcd03 (diff)
downloadmana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.gz
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.bz2
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.xz
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.zip
Merged Tab and TabbedArea from mainline
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
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 e424c43f..78e26e5e 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -136,6 +136,7 @@ Setup_Video::Setup_Video():
mParticleDetailField(new gcn::Label(""))
{
setOpaque(false);
+ setDimension(gcn::Rectangle(0, 0, 290, 255));
ScrollArea *scrollArea = new ScrollArea(mModeList);
gcn::Label *alphaLabel = new gcn::Label(_("Gui opacity"));