aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-15 14:54:02 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-15 22:21:55 +0000
commit946e834578c6ca0a591324b5d5fd21e291cfca0b (patch)
tree2190024dcd45eebc2c43b5c0f2d53b718bac9caa /src/imports/controls/ApplicationWindow.qml
parent116db644615c84f8d59b4e4b9c074b2167dd9a2c (diff)
Add Overlay::background that is shown when any modal popup is open
Change-Id: Idc2a5bbb5cf7a08ff21731537a378b1dd8050833 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/ApplicationWindow.qml')
-rw-r--r--src/imports/controls/ApplicationWindow.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/controls/ApplicationWindow.qml b/src/imports/controls/ApplicationWindow.qml
index 247752cb..5c43c956 100644
--- a/src/imports/controls/ApplicationWindow.qml
+++ b/src/imports/controls/ApplicationWindow.qml
@@ -42,4 +42,8 @@ T.ApplicationWindow {
id: window
color: "#ffffff"
+
+ overlay.background: Rectangle {
+ color: "#7f28282a"
+ }
}