mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
group button: cleaner default size
This commit is contained in:
parent
e6cc014634
commit
ca2c6ee470
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue