Rename "Layer Tree" panel to "Layers"

This commit is contained in:
Keavon Chambers 2023-07-28 17:00:06 -07:00
parent 6d2ae02c19
commit 9d425db5a4
4 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ Useful containers that control the flow of content held within.
## Panels: `panels/`
The dockable tabbed regions like the Document, Properties, Layer Tree, and Node Graph panels.
The dockable tabbed regions like the Document, Properties, Layers, and Node Graph panels.
## Widgets: `widgets/`

View file

@ -125,7 +125,7 @@
</LayoutRow>
<LayoutRow class="workspace-grid-resize-gutter" data-gutter-vertical on:pointerdown={(e) => resizePanel(e)} />
<LayoutRow class="workspace-grid-subdivision" styles={{ "flex-grow": panelSizes["layers"] }} data-subdivision-name="layers">
<Panel panelType="LayerTree" tabLabels={[{ name: "Layer Tree" }]} tabActiveIndex={0} />
<Panel panelType="LayerTree" tabLabels={[{ name: "Layers" }]} tabActiveIndex={0} />
</LayoutRow>
</LayoutCol>
</LayoutRow>