mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Set a different background color for window and headers
This commit is contained in:
parent
66b31c1eb0
commit
f30901fdc9
2 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,10 @@ ColumnLayout {
|
|||
Pane {
|
||||
anchors.fill: parent
|
||||
opacity: 0.8
|
||||
|
||||
background: Rectangle {
|
||||
color: Material.color(Material.Grey, Material.Shade900)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,9 @@ ApplicationWindow {
|
|||
Material.theme: settings.style == "Dark" ? Material.Dark : Material.Light
|
||||
Material.accent: Material.Purple
|
||||
// flags: Qt.FramelessWindowHint
|
||||
background: Rectangle {
|
||||
color: Material.color(Material.Grey, Material.Shade900)
|
||||
}
|
||||
|
||||
minimumWidth: 790
|
||||
minimumHeight: 590
|
||||
|
|
Loading…
Reference in a new issue