diff options
author | Gunnar Sletta <gunnar.sletta@digia.com> | 2013-10-19 09:25:24 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-22 15:50:24 +0200 |
commit | 3a0b205b2ceafc8a98951706850a9b13265d6233 (patch) | |
tree | c424d30ebfbf5137d902ea108080489289abcc75 /src/controls/Styles/Desktop/ToolBarStyle.qml | |
parent | fc01a4b20d08020cab6f1264c3b85a985bedc1e8 (diff) | |
download | qtquickcontrols-3a0b205b2ceafc8a98951706850a9b13265d6233.tar.gz |
Added 9-patch functionality to StyleItem
Change-Id: I5224c2e11ebdcdcb658a7bcecd5c16ca9e4d878d
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/Styles/Desktop/ToolBarStyle.qml')
-rw-r--r-- | src/controls/Styles/Desktop/ToolBarStyle.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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} } } |