Added background opacity slider to bar settings
This commit is contained in:
parent
ba69ccbf82
commit
a4d5a10da9
3 changed files with 41 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Variants {
|
|||
id: bar
|
||||
|
||||
anchors.fill: parent
|
||||
color: Color.mSurface
|
||||
color: Qt.rgba(Color.mSurface,Color.mSurface.g,Color.mSurface.b,Settings.data.bar.backgroundOpacity)
|
||||
layer.enabled: true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue