This is necessary with some window managers which would otherwise
consider they can reposition and resize the tray window as they wish
(yes, even though the user can't do it directly).
This is for instance the case if you use the tiling mode scripts of
KWin. It automatically ignores dialogs but might force windows to be
fullscreen (which would badly break the layout in our case).
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
width: Style.trayWindowWidth\r
height: Style.trayWindowHeight\r
color: "transparent"\r
- flags: Qt.FramelessWindowHint\r
+ flags: Qt.Dialog | Qt.FramelessWindowHint\r
\r
// Close tray window when focus is lost (e.g. click somewhere else on the screen)\r
onActiveChanged: {\r