aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-15 00:23:47 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-14 23:26:25 +0000
commitd4df163af0609340f8b4c006ee18daaff563053d (patch)
tree05cf70a1754992b0d37a14f2f7bd66f9cfd65474
parent2153f3fb6b14a8994a71eba3c3165c33f6d7a4a3 (diff)
Universal: fix Pane backgroundv5.6.0-beta1
Change-Id: I8187a968f4f11438c02374ffb2b6b8d33ecb8dc1 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--src/imports/controls/universal/Pane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/universal/Pane.qml b/src/imports/controls/universal/Pane.qml
index 8477dccf..58c5214a 100644
--- a/src/imports/controls/universal/Pane.qml
+++ b/src/imports/controls/universal/Pane.qml
@@ -55,7 +55,7 @@ T.Frame {
//! [background]
background: Rectangle {
- color: Universal.altHighColor
+ color: control.Universal.altHighColor
}
//! [background]
}