21 lines
740 B
XML
21 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>
|