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