mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
No more graphical effects on the parent.
This commit is contained in:
parent
49a70c496f
commit
39acc64a68
@ -8,13 +8,19 @@ Row {
|
|||||||
Repeater {
|
Repeater {
|
||||||
id: rating_compact
|
id: rating_compact
|
||||||
model: 5
|
model: 5
|
||||||
Image {
|
Item {
|
||||||
source: "info-rating.png"
|
width: 20
|
||||||
|
height: 20
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: star
|
||||||
|
source: "info-rating.png"
|
||||||
|
}
|
||||||
|
|
||||||
ColorOverlay {
|
ColorOverlay {
|
||||||
anchors.fill: rating_compact.itemAt(index)
|
anchors.fill: star
|
||||||
source: rating_compact.itemAt(index)
|
source: star
|
||||||
color: index <= 3 ? "#ffffff" : "#1c1c1c"
|
color: index <= 2 ? "#ffffff" : "#1c1c1c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user