brightess and volume control
This commit is contained in:
@@ -9,11 +9,13 @@ Item {
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
}
|
||||
width: children[1].width + 20
|
||||
width: children[1].width + 16
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 4
|
||||
anchors.rightMargin: 2
|
||||
color: hover.hovered ? "#11ffffff" : "#00ffffff"
|
||||
Behavior on color {ColorAnimation {duration: 150}}
|
||||
radius: 8
|
||||
bottomLeftRadius: 12
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user