mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ButtonGroup: add uniformCellSizes
This commit is contained in:
parent
d0ad416e28
commit
39a88a6cd3
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import QtQuick.Layouts
|
|||
Rectangle {
|
||||
id: root
|
||||
default property alias data: rowLayout.data
|
||||
property alias uniformCellSizes: rowLayout.uniformCellSizes
|
||||
property real spacing: 5
|
||||
property real padding: 0
|
||||
property int clickIndex: rowLayout.clickIndex
|
||||
|
|
|
|||
Loading…
Reference in a new issue