diff --git a/.config/quickshell/modules/common/widgets/GroupButton.qml b/.config/quickshell/modules/common/widgets/GroupButton.qml index 0413cac1..f9d0195c 100644 --- a/.config/quickshell/modules/common/widgets/GroupButton.qml +++ b/.config/quickshell/modules/common/widgets/GroupButton.qml @@ -16,8 +16,8 @@ Button { property real buttonRadiusPressed: buttonRadius property var altAction property bool bounce: true - property real baseWidth: 40 - property real baseHeight: 40 + property real baseWidth: contentItem.implicitWidth + padding * 2 + property real baseHeight: contentItem.implicitHeight + padding * 2 property real clickedWidth: baseWidth + 20 property real clickedHeight: baseHeight property var parentGroup: root.parent