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:
parent
3cd45b65a1
commit
30e5813a24
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