forked from Shinonome/dots-hyprland
make cookie clock more round
This commit is contained in:
@@ -17,7 +17,7 @@ Item {
|
||||
implicitWidth: implicitSize
|
||||
implicitHeight: implicitSize
|
||||
|
||||
property var cornerRounding: new CornerRounding.CornerRounding(1.1 / Math.max(sides, 1))
|
||||
property var cornerRounding: new CornerRounding.CornerRounding(1.3 / Math.max(sides, 1))
|
||||
|
||||
ShapeCanvas {
|
||||
id: shapeCanvas
|
||||
|
||||
@@ -15,7 +15,6 @@ StyledFlickable {
|
||||
Behavior on contentX {
|
||||
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this)
|
||||
}
|
||||
rightMargin: 14
|
||||
Row {
|
||||
id: dotsRow
|
||||
anchors {
|
||||
|
||||
Reference in New Issue
Block a user