Fix AccountDelegate properties in wrong place
This commit is contained in:
parent
435bbdaf22
commit
7af13441a0
|
@ -72,13 +72,6 @@ HTile {
|
||||||
|
|
||||||
HColumnLayout {
|
HColumnLayout {
|
||||||
id: title
|
id: title
|
||||||
text: model.display_name || model.id
|
|
||||||
color:
|
|
||||||
hovered ?
|
|
||||||
utils.nameColor(
|
|
||||||
model.display_name || model.id.substring(1),
|
|
||||||
) :
|
|
||||||
theme.mainPane.listView.account.name
|
|
||||||
|
|
||||||
TitleLabel {
|
TitleLabel {
|
||||||
text: model.display_name || model.id
|
text: model.display_name || model.id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user