summaryrefslogtreecommitdiffstats
path: root/qml/DemoClosePopup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/DemoClosePopup.qml')
-rw-r--r--qml/DemoClosePopup.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qml/DemoClosePopup.qml b/qml/DemoClosePopup.qml
index 7dd2033..c62c1e7 100644
--- a/qml/DemoClosePopup.qml
+++ b/qml/DemoClosePopup.qml
@@ -33,7 +33,7 @@ Rectangle {
id: demoClosePopup
width: parent.width
height: parent.height
- color: "#09102b"
+ color: viewSettings.backgroundColor
opacity: 0.9
function open()
@@ -48,8 +48,8 @@ Rectangle {
Rectangle {
id: frame
- color: "#09102b"
- border.color: "#9d9faa"
+ color: viewSettings.backgroundColor
+ border.color: viewSettings.borderColor
border.width: 3
anchors.centerIn: parent
width: parent.width * 0.35