Some uncommited changes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user