Add global rounded corners
This commit is contained in:
4
Wall.qml
4
Wall.qml
@@ -20,7 +20,7 @@ Variants {
|
||||
aboveWindows: false
|
||||
property var modelData
|
||||
screen: modelData
|
||||
color: "#111"
|
||||
color: "#000"
|
||||
ClippingRectangle {
|
||||
anchors.fill: parent
|
||||
Image {
|
||||
@@ -32,7 +32,7 @@ Variants {
|
||||
PropertyAnimation on radius {
|
||||
id: radiusAnimation
|
||||
running: false
|
||||
to: 14
|
||||
to: 16
|
||||
duration: 1000
|
||||
}
|
||||
transform: [
|
||||
|
||||
Reference in New Issue
Block a user