fix some colors
This commit is contained in:
parent
2938da80c3
commit
1b28fe84b8
2 changed files with 7 additions and 2 deletions
|
@ -105,6 +105,9 @@ Page {
|
||||||
|
|
||||||
DisplayEditDialog {
|
DisplayEditDialog {
|
||||||
id: displayEditDialog
|
id: displayEditDialog
|
||||||
|
|
||||||
|
Material.theme: root.Material.theme
|
||||||
|
Material.accent: root.Material.accent
|
||||||
}
|
}
|
||||||
|
|
||||||
Dialog {
|
Dialog {
|
||||||
|
@ -127,9 +130,11 @@ Page {
|
||||||
closePolicy: Popup.NoAutoClose
|
closePolicy: Popup.NoAutoClose
|
||||||
modal: true
|
modal: true
|
||||||
|
|
||||||
|
Material.theme: root.Material.theme
|
||||||
|
Material.accent: root.Material.accent
|
||||||
|
|
||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
|
@ -24,7 +24,7 @@ ApplicationWindow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Material.accent: "#0094ff"
|
Material.accent: "#0094ff"
|
||||||
Material.theme: Material.Dark
|
Material.theme: Material.Light
|
||||||
|
|
||||||
header: ToolBar {
|
header: ToolBar {
|
||||||
id: headerToolBar
|
id: headerToolBar
|
||||||
|
|
Loading…
Reference in a new issue