mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(SettingsWindow): set a default background color
This commit is contained in:
parent
c673b4026e
commit
6074880161
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ ApplicationWindow {
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: 'SettingsWindowStyle.color'
|
||||
color: SettingsWindowStyle.color
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue