mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Rename "Layer Tree" panel to "Layers"
This commit is contained in:
parent
6d2ae02c19
commit
9d425db5a4
4 changed files with 5 additions and 5 deletions
|
@ -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/`
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue