1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Swap row and column icons

This commit is contained in:
Andrew Kingston 2021-07-07 09:28:11 +01:00
parent 9f3c2a8033
commit dd02b8cf6c

View file

@ -73,13 +73,13 @@
{
"label": "Column",
"value": "column",
"barIcon": "ViewRow",
"barIcon": "ViewColumn",
"barTitle": "Column layout"
},
{
"label": "Row",
"value": "row",
"barIcon": "ViewColumn",
"barIcon": "ViewRow",
"barTitle": "Row layout"
}
],