fix(StatusColorSelectorGrid): Expose the Color Repeater for Squish testing (#847)
This commit is contained in:
parent
363f60cddb
commit
0d35fc022f
|
@ -47,6 +47,7 @@ Column {
|
|||
rowSpacing: 16
|
||||
columnSpacing: 32
|
||||
Repeater {
|
||||
objectName: "statusColorRepeater"
|
||||
model: root.model
|
||||
delegate: StatusColorRadioButton {
|
||||
implicitWidth: root.diameter
|
||||
|
|
Loading…
Reference in New Issue