summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Desktop/GroupBoxStyle.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-10-19 09:25:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-22 15:50:24 +0200
commit3a0b205b2ceafc8a98951706850a9b13265d6233 (patch)
treec424d30ebfbf5137d902ea108080489289abcc75 /src/controls/Styles/Desktop/GroupBoxStyle.qml
parentfc01a4b20d08020cab6f1264c3b85a985bedc1e8 (diff)
downloadqtquickcontrols-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/GroupBoxStyle.qml')
-rw-r--r--src/controls/Styles/Desktop/GroupBoxStyle.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Styles/Desktop/GroupBoxStyle.qml b/src/controls/Styles/Desktop/GroupBoxStyle.qml
index 0be0a8d6..cfe02d3f 100644
--- a/src/controls/Styles/Desktop/GroupBoxStyle.qml
+++ b/src/controls/Styles/Desktop/GroupBoxStyle.qml
@@ -70,5 +70,7 @@ Style {
hasFocus: control.__checkbox.activeFocus
activeControl: control.checkable ? "checkbox" : ""
properties: { "checkable" : control.checkable , "sunken" : !control.flat}
+ textureHeight: 128
+ border {top: 32 ; bottom: 8}
}
}