Some uncommited changes.

This commit is contained in:
Black Hat
2018-09-17 20:47:09 +08:00
parent 518fad088f
commit 317a6d6ec8
6 changed files with 12 additions and 14 deletions

View File

@@ -110,7 +110,7 @@ RowLayout {
spacing: 4
Repeater {
model: userMarker
model: userMarker.length > 5 ? userMarker.slice(0, 5) : userMarker
ImageItem {
width: parent.height
@@ -121,6 +121,14 @@ RowLayout {
}
}
AutoLabel {
visible: userMarker.length > 5
text: userMarker.length - 5 + "+"
coloredBackground: highlighted
Material.foreground: "grey"
font.pointSize: 8
}
AutoLabel {
id: timeLabel