summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 21:49:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-18 21:49:14 +0000
commit0014114cd273fb4485196bd02a58aac5adad3d67 (patch)
tree8542b167379fa66557bc866f01f10fa16a876e68 /kicker
parenta6c474508ee54308e43fbf67644ab2f78fc1ad83 (diff)
downloadtdebase-0014114cd273fb4485196bd02a58aac5adad3d67.tar.gz
tdebase-0014114cd273fb4485196bd02a58aac5adad3d67.zip
Bugfixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker')
-rw-r--r--kicker/kicker/core/containerarealayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/core/containerarealayout.cpp b/kicker/kicker/core/containerarealayout.cpp
index 12a09c8e6..4ae63077e 100644
--- a/kicker/kicker/core/containerarealayout.cpp
+++ b/kicker/kicker/core/containerarealayout.cpp
@@ -386,7 +386,7 @@ TQWidget* ContainerAreaLayout::widgetAt(int index) const
TQSize ContainerAreaLayout::sizeHint() const
{
- const int size = KickerLib::sizeValue(KPanelExtension::SizeNormal);
+ const int size = KickerLib::sizeValue(KPanelExtension::SizeSmall);
if (orientation() == Horizontal)
{