From 3a0b205b2ceafc8a98951706850a9b13265d6233 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Sat, 19 Oct 2013 09:25:24 +0200 Subject: Added 9-patch functionality to StyleItem Change-Id: I5224c2e11ebdcdcb658a7bcecd5c16ca9e4d878d Reviewed-by: Caroline Chao Reviewed-by: Jens Bache-Wiig --- src/controls/Styles/Desktop/ToolBarStyle.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/controls/Styles/Desktop/ToolBarStyle.qml') diff --git a/src/controls/Styles/Desktop/ToolBarStyle.qml b/src/controls/Styles/Desktop/ToolBarStyle.qml index 48825fc7..4f4b451e 100644 --- a/src/controls/Styles/Desktop/ToolBarStyle.qml +++ b/src/controls/Styles/Desktop/ToolBarStyle.qml @@ -59,5 +59,7 @@ Style { id: toolbar anchors.fill: parent elementType: "toolbar" + textureWidth: 64 + border {left: 16 ; right: 16} } } -- cgit v1.2.1