mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Make tray window item a rectangle with base palette colour
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
c5de64bfe4
commit
b3bdfd49f1
@ -225,7 +225,7 @@ ApplicationWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
Rectangle {
|
||||
id: trayWindowMainItem
|
||||
|
||||
property bool isUnifiedSearchActive: unifiedSearchResultsListViewSkeletonLoader.active
|
||||
@ -238,6 +238,8 @@ ApplicationWindow {
|
||||
anchors.margins: Style.trayWindowBorderWidth
|
||||
clip: true
|
||||
|
||||
radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
|
||||
color: palette.base
|
||||
Accessible.role: Accessible.Grouping
|
||||
Accessible.name: qsTr("Nextcloud desktop main dialog")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user