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:
690ebcc
)
let's not make the background color of main dialog be transparent
author
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Wed, 7 Aug 2024 19:29:48 +0000
(21:29 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000
(10:42 +0200)
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 08d847176097ae2629fc7a4cda499ec8035703e0..3106a6b95c5176fdb2e746c80076561a3af8ad9a 100644
(file)
--- a/
src/gui/tray/Window.qml
+++ b/
src/gui/tray/Window.qml
@@
-34,7
+34,6
@@
ApplicationWindow {
// If the main dialog is displayed as a regular window we want it to be quadratic
\r
width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth
\r
height: Style.trayWindowHeight
\r
- color: "transparent"
\r
flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint
\r
\r
// TODO: Rather than setting all these palette colours manually,
\r