Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
073a1d6dca
|
|||
e9d48ad05a
|
@@ -177,7 +177,7 @@ Item {
|
|||||||
anchors.baselineOffset: -text.font.pixelSize / 2
|
anchors.baselineOffset: -text.font.pixelSize / 2
|
||||||
width: text.font.pixelSize / 3
|
width: text.font.pixelSize / 3
|
||||||
height: text.font.pixelSize / 3
|
height: text.font.pixelSize / 3
|
||||||
color: slide.textColor
|
color: #2A2A2A // slide.Color ---> dark gray
|
||||||
radius: width / 2
|
radius: width / 2
|
||||||
opacity: text.text.length == 0 ? 0 : 1
|
opacity: text.text.length == 0 ? 0 : 1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user