diff --git a/kde/sddm/Login.qml b/kde/sddm/Login.qml index 0d37ed3..8bd5dda 100644 --- a/kde/sddm/Login.qml +++ b/kde/sddm/Login.qml @@ -120,8 +120,8 @@ SessionManagementScreen { background: Rectangle { id: buttonBackground - width:30 - height: 270 + height: parent.width + width: height / 9 radius: width / 2 rotation: -90 anchors.centerIn: parent