Graphite/gui/header/file-menu.xml
2020-05-27 04:08:52 -07:00

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>