mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 23:39:58 -05:00
ButtonGroup: add uniformCellSizes
This commit is contained in:
@@ -10,6 +10,7 @@ import QtQuick.Layouts
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
default property alias data: rowLayout.data
|
default property alias data: rowLayout.data
|
||||||
|
property alias uniformCellSizes: rowLayout.uniformCellSizes
|
||||||
property real spacing: 5
|
property real spacing: 5
|
||||||
property real padding: 0
|
property real padding: 0
|
||||||
property int clickIndex: rowLayout.clickIndex
|
property int clickIndex: rowLayout.clickIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user