Compare commits

2 Commits

Author SHA1 Message Date
073a1d6dca Changed Slideshow background color 2020-06-17 22:07:05 +03:00
e9d48ad05a Slideshow Background Color Changed to black. 2020-06-06 18:01:34 +03:00

View File

@@ -177,7 +177,7 @@ Item {
anchors.baselineOffset: -text.font.pixelSize / 2
width: text.font.pixelSize / 3
height: text.font.pixelSize / 3
color: slide.textColor
color: #2A2A2A // slide.Color ---> dark gray
radius: width / 2
opacity: text.text.length == 0 ? 0 : 1
}