Fix account delegate buttons spacing
This commit is contained in:
parent
f3aa9f0c5f
commit
20ff6fe02a
|
@ -15,6 +15,7 @@ HTileDelegate {
|
||||||
|
|
||||||
contentItem: ContentRow {
|
contentItem: ContentRow {
|
||||||
tile: account
|
tile: account
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
HUserAvatar {
|
HUserAvatar {
|
||||||
id: avatar
|
id: avatar
|
||||||
|
@ -39,6 +40,9 @@ HTileDelegate {
|
||||||
utils.nameColor(model.display_name || model.id.substring(1)) :
|
utils.nameColor(model.display_name || model.id.substring(1)) :
|
||||||
theme.mainPane.listView.account.name
|
theme.mainPane.listView.account.name
|
||||||
|
|
||||||
|
Layout.leftMargin: theme.spacing
|
||||||
|
Layout.rightMargin: theme.spacing
|
||||||
|
|
||||||
Behavior on color { HColorAnimation {} }
|
Behavior on color { HColorAnimation {} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user