summary refs log tree commit diff
path: root/resources/qml/Completer.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/Completer.qml
parentFix notification images (diff)
downloadnheko-07731f0a2b08e41dbffd3e4ba821e4ff3b1e1352.tar.xz
Fix theme in cross-signing setup
Diffstat (limited to 'resources/qml/Completer.qml')
-rw-r--r--resources/qml/Completer.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml

index eeefe5f0..7b18951c 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml
@@ -24,9 +24,6 @@ Control { property int rowMargin: 0 property int rowSpacing: Nheko.paddingSmall - // Workaround palettes not inheriting for popups - palette: timelineRoot.palette - signal completionClicked(string completion) signal completionSelected(string id) @@ -76,6 +73,9 @@ Control { bottomPadding: 1 leftPadding: 1 + + // Workaround palettes not inheriting for popups + palette: timelineRoot.palette rightPadding: 1 topPadding: 1