projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472f387
)
let main dialog have a transparent background again
author
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Tue, 27 Aug 2024 17:08:48 +0000
(19:08 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000
(10:42 +0200)
will fix white corners appearing below the main dialog content
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/Window.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/Window.qml
b/src/gui/tray/Window.qml
index 8a38ffef1411aca870db3b624816f7010f78e146..f8831d6d44c2142304899c9065b8f1e1aff488b7 100644
(file)
--- a/
src/gui/tray/Window.qml
+++ b/
src/gui/tray/Window.qml
@@
-35,6
+35,7
@@
ApplicationWindow {
width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth
\r
height: Style.trayWindowHeight
\r
flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint
\r
+ color: 'transparent'
\r
\r
readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth
\r
\r