fix(StatusColorSelectorGrid): Expose the Color Repeater for Squish testing (#847)

This commit is contained in:
Khushboo-dev-cpp 2022-08-11 12:58:09 +02:00 committed by Michał Cieślak
parent 363f60cddb
commit 0d35fc022f
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Column {
rowSpacing: 16
columnSpacing: 32
Repeater {
objectName: "statusColorRepeater"
model: root.model
delegate: StatusColorRadioButton {
implicitWidth: root.diameter