Skip to content

Commit

Permalink
Merge pull request #7565 from nextcloud/backport/7564/stable-3.15
Browse files Browse the repository at this point in the history
[stable-3.15] no transparent background for main ApplicationWindow
  • Loading branch information
mgallien authored Nov 25, 2024
2 parents 6ff2c15 + 5ee0575 commit eb04ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/tray/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ApplicationWindow {
width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth
height: Style.trayWindowHeight
flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint
color: 'transparent'

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

Expand Down

0 comments on commit eb04ac9

Please sign in to comment.