Fix row spacing in the command completer

Currently no row spacing exists in the command completer. Add row spacing
to make it prettier.
This commit is contained in:
Integral 2025-03-14 23:54:05 +08:00
parent 3cd45b65a1
commit 30e5813a24
No known key found for this signature in database
GPG key ID: 06313911057DD5A8

View file

@ -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