mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
20 lines
740 B
XML
20 lines
740 B
XML
<header:file-menu>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">፨</text>
|
|
</box>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">File</text>
|
|
</box>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">Edit</text>
|
|
</box>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">Comp</text>
|
|
</box>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">View</text>
|
|
</box>
|
|
<box height="100%" x-padding="10px">
|
|
<text height="100%" y-align="50%" :color="['mildwhite']">Help</text>
|
|
</box>
|
|
</header:file-menu>
|