From 731dcee8bec7e32d576b0e6a9d98b9a21050362e Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 13 Jan 2009 22:07:29 +0100 Subject: 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. --- src/gui/setup_colours.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/setup_colours.cpp') diff --git a/src/gui/setup_colours.cpp b/src/gui/setup_colours.cpp index b542839a..33c7d86b 100644 --- a/src/gui/setup_colours.cpp +++ b/src/gui/setup_colours.cpp @@ -38,6 +38,9 @@ Setup_Colours::Setup_Colours() : mColourLabel(_("Color:")), mSelected(-1) { + setOpaque(false); + setDimension(gcn::Rectangle(0, 0, 290, 255)); + mColourBox = new gcn::ListBox(textColour); mScroll = new ScrollArea(mColourBox); -- cgit v1.2.3-60-g2f50