Fix issue with icon for repeater alignment in settings bar

This commit is contained in:
Andrew Kingston 2021-12-07 13:58:01 +00:00
parent 122f8dba3a
commit c6e4325afc
1 changed files with 2 additions and 2 deletions

View File

@ -393,13 +393,13 @@
{
"label": "Column",
"value": "column",
"barIcon": "ViewRow",
"barIcon": "ViewColumn",
"barTitle": "Column layout"
},
{
"label": "Row",
"value": "row",
"barIcon": "ViewColumn",
"barIcon": "ViewRow",
"barTitle": "Row layout"
}
],