|
|
|
@ -29,11 +29,12 @@ ItemDelegate { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Item { |
|
|
|
Item { |
|
|
|
Layout.preferredWidth: constants.iconSizeSmall |
|
|
|
Layout.preferredWidth: constants.iconSizeMedium |
|
|
|
Layout.preferredHeight: constants.iconSizeSmall |
|
|
|
Layout.preferredHeight: constants.iconSizeMedium |
|
|
|
Label { |
|
|
|
Image { |
|
|
|
text: '❤' |
|
|
|
source: '../../../icons/chevron-right.png' |
|
|
|
anchors.centerIn: parent |
|
|
|
width: constants.iconSizeMedium |
|
|
|
|
|
|
|
height: constants.iconSizeMedium |
|
|
|
visible: model.is_primary |
|
|
|
visible: model.is_primary |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|