aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-14 20:39:43 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-14 18:49:27 +0000
commit2ae178f42442d633ac4563315f212a6cdcc5b174 (patch)
treeef23adb407161daa5d8f2165b7ba26bc98a1e993 /src/imports
parent25f68921a3c8071f5f1821bf8c08820a7f1bc586 (diff)
Let QQuickGroupBox inherit QQuickFrame
Change-Id: If1d8f3c5ca35b47031adb308a313deb5c1f38bca Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/controls/Frame.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/imports/controls/Frame.qml b/src/imports/controls/Frame.qml
index 02972e4b..c1c2ea62 100644
--- a/src/imports/controls/Frame.qml
+++ b/src/imports/controls/Frame.qml
@@ -56,7 +56,10 @@ AbstractFrame {
id: content
}
- background: Rectangle {
+ frame: Rectangle {
+ width: parent.width
+ height: parent.height
+
color: "transparent"
radius: control.Theme.roundness
border.color: control.Theme.frameColor