From 1b28fe84b8c7029ed9e1b17c9600dab394fde8d0 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 18 Oct 2020 15:20:55 +0200 Subject: [PATCH] fix some colors --- LedDisplayController/ressources/qml/ConnectedPage.qml | 7 ++++++- LedDisplayController/ressources/qml/main.qml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LedDisplayController/ressources/qml/ConnectedPage.qml b/LedDisplayController/ressources/qml/ConnectedPage.qml index 6f1a2f7..c7fef62 100644 --- a/LedDisplayController/ressources/qml/ConnectedPage.qml +++ b/LedDisplayController/ressources/qml/ConnectedPage.qml @@ -105,6 +105,9 @@ Page { DisplayEditDialog { id: displayEditDialog + + Material.theme: root.Material.theme + Material.accent: root.Material.accent } Dialog { @@ -127,9 +130,11 @@ Page { closePolicy: Popup.NoAutoClose modal: true + Material.theme: root.Material.theme + Material.accent: root.Material.accent + contentItem: ColumnLayout { BusyIndicator { - } Text { diff --git a/LedDisplayController/ressources/qml/main.qml b/LedDisplayController/ressources/qml/main.qml index c2c1cb3..458dc91 100644 --- a/LedDisplayController/ressources/qml/main.qml +++ b/LedDisplayController/ressources/qml/main.qml @@ -24,7 +24,7 @@ ApplicationWindow { anchors.fill: parent Material.accent: "#0094ff" - Material.theme: Material.Dark + Material.theme: Material.Light header: ToolBar { id: headerToolBar