From 30e5813a24c60c92cef4747678bb5c46fc8ded5f Mon Sep 17 00:00:00 2001 From: Integral Date: Fri, 14 Mar 2025 23:54:05 +0800 Subject: [PATCH] Fix row spacing in the command completer Currently no row spacing exists in the command completer. Add row spacing to make it prettier. --- resources/qml/Completer.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml index c6fea98e..ea67f3c1 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml @@ -153,7 +153,7 @@ Control { RowLayout { anchors.centerIn: centerRowContent ? parent : undefined - spacing: rowSpacing + spacing: Nheko.paddingSmall Avatar { displayName: model.displayName @@ -178,7 +178,7 @@ Control { RowLayout { anchors.centerIn: parent - spacing: rowSpacing + spacing: Nheko.paddingSmall Label { color: model.index == popup.currentIndex ? palette.highlightedText : palette.text @@ -213,7 +213,7 @@ Control { RowLayout { anchors.centerIn: parent - spacing: rowSpacing + spacing: Nheko.paddingSmall Label { color: model.index == popup.currentIndex ? palette.highlightedText : palette.text @@ -231,7 +231,7 @@ Control { RowLayout { anchors.centerIn: centerRowContent ? parent : undefined - spacing: rowSpacing + spacing: Nheko.paddingSmall Avatar { displayName: model.roomName @@ -256,7 +256,7 @@ Control { RowLayout { anchors.centerIn: parent - spacing: rowSpacing + spacing: Nheko.paddingSmall Avatar { displayName: model.roomName