1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

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

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"
}
],