Swap row and column icons

This commit is contained in:
Andrew Kingston 2021-07-07 09:28:11 +01:00
parent e9d6ddb571
commit 8f97ea3771
1 changed files with 2 additions and 2 deletions

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