1
0
Fork 0

[UI] Change colour to string.

This commit is contained in:
NamedKitten 2018-12-05 17:18:35 +00:00
parent 51508d96a4
commit 5be24ac560

View file

@ -54,14 +54,14 @@ Window {
Settings { Settings {
id: youTubeAppearance id: youTubeAppearance
category: "YouTubeAppearance" category: "YouTubeAppearance"
property color mainBackground: "#9C000000" property string mainBackground: "#9C000000"
property color progressBackgroundColor: "#33FFFFFF" property string progressBackgroundColor: "#33FFFFFF"
property color progressCachedColor: "#66FFFFFF" property string progressCachedColor: "#66FFFFFF"
property color buttonColor: "white" property string buttonColor: "white"
property color buttonHoverColor: "white" property string buttonHoverColor: "white"
property color progressSliderColor: "red" property string progressSliderColor: "red"
property color chapterMarkerColor: "#fc0" property string chapterMarkerColor: "#fc0"
property color volumeSliderBackground: "white" property string volumeSliderBackground: "white"
} }
Settings { Settings {