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:
d26bd7e
)
Ensure call notification stays on top of other windows
author
Claudio Cambra
<claudio.cambra@gmail.com>
Tue, 21 Jun 2022 11:21:41 +0000
(13:21 +0200)
committer
Camila
<hello@camila.codes>
Tue, 12 Jul 2022 18:54:29 +0000
(20:54 +0200)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
src/gui/tray/CallNotificationDialog.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/CallNotificationDialog.qml
b/src/gui/tray/CallNotificationDialog.qml
index c3eb3e4410cbecc7e0b454deae74a60113aa666f..23d9e2bc8659e396c0e06d3b20cc537cc025863a 100644
(file)
--- a/
src/gui/tray/CallNotificationDialog.qml
+++ b/
src/gui/tray/CallNotificationDialog.qml
@@
-25,7
+25,7
@@
import QtGraphicalEffects 1.15
Window {
id: root
color: "transparent"
- flags: Qt.Dialog | Qt.FramelessWindowHint
+ flags: Qt.Dialog | Qt.FramelessWindowHint
| Qt.WindowStaysOnTopHint
readonly property int windowSpacing: 10
readonly property int windowWidth: 240