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 {
|
||||
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 {
|
||||
|
|
|
@ -24,7 +24,7 @@ ApplicationWindow {
|
|||
anchors.fill: parent
|
||||
|
||||
Material.accent: "#0094ff"
|
||||
Material.theme: Material.Dark
|
||||
Material.theme: Material.Light
|
||||
|
||||
header: ToolBar {
|
||||
id: headerToolBar
|
||||
|
|
Loading…
Reference in a new issue