Style fixing
This commit is contained in:
@@ -5,6 +5,10 @@ Item {
|
||||
signal clicked()
|
||||
signal back()
|
||||
|
||||
SystemPalette {
|
||||
id: palette
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: ma
|
||||
|
||||
@@ -19,6 +23,8 @@ Item {
|
||||
width: root.height
|
||||
height: root.height / 9
|
||||
antialiasing: true
|
||||
|
||||
color: palette.button
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
@@ -28,6 +34,8 @@ Item {
|
||||
width: root.height
|
||||
height: root.height / 9
|
||||
antialiasing: true
|
||||
|
||||
color: palette.button
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
@@ -37,6 +45,8 @@ Item {
|
||||
width: root.height
|
||||
height: root.height / 9
|
||||
antialiasing: true
|
||||
|
||||
color: palette.button
|
||||
}
|
||||
|
||||
property int animationDuration: 450
|
||||
|
||||
Reference in New Issue
Block a user