Skip to content

Commit eb04ac9

Browse files
authored
Merge pull request #7565 from nextcloud/backport/7564/stable-3.15
[stable-3.15] no transparent background for main ApplicationWindow
2 parents 6ff2c15 + 5ee0575 commit eb04ac9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/tray/MainWindow.qml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ ApplicationWindow {
3636
width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth
3737
height: Style.trayWindowHeight
3838
flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint
39-
color: 'transparent'
4039

4140
readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth
4241

0 commit comments

Comments
 (0)