[UI] Change colour to string.
This commit is contained in:
parent
51508d96a4
commit
5be24ac560
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue