[UI] Change colour to string.
This commit is contained in:
parent
51508d96a4
commit
5be24ac560
|
@ -54,14 +54,14 @@ Window {
|
|||
Settings {
|
||||
id: youTubeAppearance
|
||||
category: "YouTubeAppearance"
|
||||
property color mainBackground: "#9C000000"
|
||||
property color progressBackgroundColor: "#33FFFFFF"
|
||||
property color progressCachedColor: "#66FFFFFF"
|
||||
property color buttonColor: "white"
|
||||
property color buttonHoverColor: "white"
|
||||
property color progressSliderColor: "red"
|
||||
property color chapterMarkerColor: "#fc0"
|
||||
property color volumeSliderBackground: "white"
|
||||
property string mainBackground: "#9C000000"
|
||||
property string progressBackgroundColor: "#33FFFFFF"
|
||||
property string progressCachedColor: "#66FFFFFF"
|
||||
property string buttonColor: "white"
|
||||
property string buttonHoverColor: "white"
|
||||
property string progressSliderColor: "red"
|
||||
property string chapterMarkerColor: "#fc0"
|
||||
property string volumeSliderBackground: "white"
|
||||
}
|
||||
|
||||
Settings {
|
||||
|
|
Loading…
Reference in a new issue