forked from Shinonome/dots-hyprland
button group: default to 0 padding
This commit is contained in:
@@ -13,7 +13,7 @@ Rectangle {
|
||||
id: root
|
||||
default property alias content: rowLayout.data
|
||||
property real spacing: 5
|
||||
property real padding: 5
|
||||
property real padding: 0
|
||||
property int clickIndex: rowLayout.clickIndex
|
||||
|
||||
property real contentWidth: {
|
||||
|
||||
Reference in New Issue
Block a user