aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/Page.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/Page.qml')
-rw-r--r--src/imports/controls/Page.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imports/controls/Page.qml b/src/imports/controls/Page.qml
index edd8d628..02f81e07 100644
--- a/src/imports/controls/Page.qml
+++ b/src/imports/controls/Page.qml
@@ -54,9 +54,7 @@ T.Page {
contentWidth: contentItem.implicitWidth || (contentChildren.length === 1 ? contentChildren[0].implicitWidth : 0)
contentHeight: contentItem.implicitHeight || (contentChildren.length === 1 ? contentChildren[0].implicitHeight : 0)
- //! [background]
background: Rectangle {
color: Default.backgroundColor
}
- //! [background]
}