mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
let main dialog have a transparent background again
will fix white corners appearing below the main dialog content Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
d09f7c988e
commit
bf6ca29020
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue