1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +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", "label": "Column",
"value": "column", "value": "column",
"barIcon": "ViewRow", "barIcon": "ViewColumn",
"barTitle": "Column layout" "barTitle": "Column layout"
}, },
{ {
"label": "Row", "label": "Row",
"value": "row", "value": "row",
"barIcon": "ViewColumn", "barIcon": "ViewRow",
"barTitle": "Row layout" "barTitle": "Row layout"
} }
], ],