1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

Swap row and column icons

This commit is contained in:
Andrew Kingston 2021-07-07 09:28:11 +01:00
parent e9d6ddb571
commit 8f97ea3771

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