diff --git a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index 88bc0b50e..d5b3663cb 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -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 diff --git a/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml b/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml index 79ffc9464..400c2495a 100644 --- a/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml +++ b/dots/.config/quickshell/ii/modules/lock/PasswordChars.qml @@ -15,7 +15,6 @@ StyledFlickable { Behavior on contentX { animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this) } - rightMargin: 14 Row { id: dotsRow anchors {