summary refs log tree commit diff
path: root/resources/qml/ForwardCompleter.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 01:51:27 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:14 +0200
commit07731f0a2b08e41dbffd3e4ba821e4ff3b1e1352 (patch)
tree732b6bebad05dc617435f4de8d637660b1e98252 /resources/qml/ForwardCompleter.qml
parentFix notification images (diff)
downloadnheko-07731f0a2b08e41dbffd3e4ba821e4ff3b1e1352.tar.xz
Fix theme in cross-signing setup
Diffstat (limited to 'resources/qml/ForwardCompleter.qml')
-rw-r--r--resources/qml/ForwardCompleter.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/ForwardCompleter.qml b/resources/qml/ForwardCompleter.qml

index 7ad26491..0174e0f6 100644 --- a/resources/qml/ForwardCompleter.qml +++ b/resources/qml/ForwardCompleter.qml
@@ -18,15 +18,15 @@ Popup { leftPadding: 10 modal: true + + // Workaround palettes not inheriting for popups + palette: timelineRoot.palette parent: Overlay.overlay rightPadding: 10 width: timelineRoot.width * 0.8 x: Math.round(parent.width / 2 - width / 2) y: Math.round(parent.height / 4) - // Workaround palettes not inheriting for popups - palette: timelineRoot.palette - Overlay.modal: Rectangle { color: Qt.rgba(palette.window.r, palette.window.g, palette.window.b, 0.7) }