Merge pull request #1885 from Integral-Tech/completer-add-space

Fix row spacing in the command completer
This commit is contained in:
DeepBlueV7.X 2025-03-14 22:57:07 +00:00 committed by GitHub
commit 74f5386b29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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