From 8e2b56b7a5b945c8a066367ef99e9c55090889cf Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 7 Sep 2012 21:51:23 +0200 Subject: [PATCH] keep some margins --- .../platformcomponents/touch/ToolButton.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/declarativeimports/plasmacomponents/platformcomponents/touch/ToolButton.qml b/declarativeimports/plasmacomponents/platformcomponents/touch/ToolButton.qml index 6defa7ca9..f15eb1df0 100644 --- a/declarativeimports/plasmacomponents/platformcomponents/touch/ToolButton.qml +++ b/declarativeimports/plasmacomponents/platformcomponents/touch/ToolButton.qml @@ -139,10 +139,10 @@ Item { Item { anchors.fill: parent property QtObject margins: QtObject { - property int left: width/15 - property int top: width/15 - property int right: width/15 - property int bottom: width/15 + property int left: width/8 + property int top: width/8 + property int right: width/8 + property int bottom: width/8 } Private.RoundShadow { anchors.fill: parent