1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +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 d1b5716252
commit 3a7772643e

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