Merge pull request #1885 from Integral-Tech/completer-add-space
Fix row spacing in the command completer
This commit is contained in:
commit
74f5386b29
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue