Skip to content

Commit

Permalink
Merge pull request #7564 from nextcloud/bugfix/noTransparentBackground
Browse files Browse the repository at this point in the history
no transparent background for main ApplicationWindow
  • Loading branch information
mgallien authored Nov 25, 2024
2 parents 0d3e80f + 734d30c commit c03c652
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 c03c652

Please sign in to comment.