summaryrefslogtreecommitdiff
path: root/src/gui/setup_keyboard.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-13 22:07:29 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-13 22:07:29 +0100
commit5340364ee4b91d5d26358d1ec131016946f2998b (patch)
tree47fe78a356836a61fa7f6a9df67b742fe18bacc4 /src/gui/setup_keyboard.cpp
parented60c53eb2fe5ef377fc726df796d0aaf2005c6c (diff)
downloadMana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.gz
Mana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.bz2
Mana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.xz
Mana-5340364ee4b91d5d26358d1ec131016946f2998b.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_keyboard.cpp')
-rw-r--r--src/gui/setup_keyboard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_keyboard.cpp b/src/gui/setup_keyboard.cpp
index de3c0ce1..e4d1af0c 100644
--- a/src/gui/setup_keyboard.cpp
+++ b/src/gui/setup_keyboard.cpp
@@ -74,6 +74,7 @@ Setup_Keyboard::Setup_Keyboard():
{
keyboard.setSetupKeyboard(this);
setOpaque(false);
+ setDimension(gcn::Rectangle(0, 0, 250, 200));
refreshKeys();