1
0
Fork 0
mirror of synced 2024-06-25 17:40:38 +12:00

Fix incorrect icon used for repeater layout in settings bar

This commit is contained in:
Andrew Kingston 2021-12-08 08:36:01 +00:00
parent 7886b383f5
commit 408ff58ef3

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