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 09c3cbb commit f0855b5
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 @@ -67,7 +67,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 @@ -240,6 +240,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 f0855b5

Please sign in to comment.