aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/gallery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.qml')
-rw-r--r--examples/quickcontrols2/gallery/gallery.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.qml b/examples/quickcontrols2/gallery/gallery.qml
index 3ca1d860..5ccd799c 100644
--- a/examples/quickcontrols2/gallery/gallery.qml
+++ b/examples/quickcontrols2/gallery/gallery.qml
@@ -264,6 +264,11 @@ ApplicationWindow {
settings.style = styleBox.displayText
settingsPopup.close()
}
+
+ Material.foreground: Material.primary
+ Material.background: "transparent"
+ Material.elevation: 0
+
Layout.preferredWidth: 0
Layout.fillWidth: true
}
@@ -275,6 +280,10 @@ ApplicationWindow {
styleBox.currentIndex = styleBox.styleIndex
settingsPopup.close()
}
+
+ Material.background: "transparent"
+ Material.elevation: 0
+
Layout.preferredWidth: 0
Layout.fillWidth: true
}