mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 08:18:12 +08:00
Add parsing of XML layout files into a ParsedLayoutNode tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<header.window-buttons :maximized="IS_MAXIMIZED">
|
||||
<header:window-buttons :maximized="IS_MAXIMIZED">
|
||||
<box height="100%" y-align="0.5" x-padding="18px">
|
||||
<icon :src="window_minimize.svg" />
|
||||
</box>
|
||||
@@ -13,4 +13,4 @@
|
||||
<box height="100%" y-align="0.5" x-padding="18px">
|
||||
<icon :src="window_close.svg" />
|
||||
</box>
|
||||
</header.window-buttons>
|
||||
</header:window-buttons>
|
||||
Reference in New Issue
Block a user