Skip to content

Commit

Permalink
Change window background colour to palette window color
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra authored and mgallien committed Dec 9, 2024
1 parent 88199a8 commit bd203fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/tray/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ApplicationWindow {
radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
border.width: Style.trayWindowBorderWidth
border.color: palette.dark
color: palette.base
color: palette.window
}

Connections {
Expand Down Expand Up @@ -237,6 +237,7 @@ ApplicationWindow {

radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
color: palette.base

Accessible.role: Accessible.Grouping
Accessible.name: qsTr("Nextcloud desktop main dialog")

Expand Down

0 comments on commit bd203fe

Please sign in to comment.