Browse Source

Swap row and column icons

pull/4023/head
Andrew Kingston 5 years ago
parent
commit
dd02b8cf6c
  1. 4
      packages/standard-components/manifest.json

4
packages/standard-components/manifest.json

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

Loading…
Cancel
Save