Wrap main.xml in <col>

This commit is contained in:
Keavon Chambers
2020-07-13 03:41:24 -07:00
parent d462b89c75
commit 9e592f67e8
+17 -15
View File
@@ -1,18 +1,20 @@
<!-- Called as <window:main width="1920px" height="1080px" /> --> <!-- Called as <window:main width="1920px" height="1080px" /> -->
<window:main> <window:main>
<!-- Header --> <col width="100%" height="100%">
<row width="100%" height="28px"> <!-- Header -->
<header:file-menu height="100%" x-align="0%" /> <row width="100%" height="28px">
<text height="100%" y-align="50%" x-align="50%" :color="['mildwhite']">Document 1* - Graphite</text> <header:file-menu height="100%" x-align="0%" />
<header:window-buttons height="100%" x-align="100%" /> <text height="100%" y-align="50%" x-align="50%" :color="['mildwhite']">Document 1* - Graphite</text>
</row> <header:window-buttons height="100%" x-align="100%" />
<!-- Viewport --> </row>
<row width="100%" height="100@"> <!-- Viewport -->
<viewport:panels width="100%" height="100%" /> <row width="100%" height="100@">
</row> <viewport:panels width="100%" height="100%" />
<!-- Footer --> </row>
<row width="100%" height="24px"> <!-- Footer -->
<text height="100%" y-align="50%" x-align="0%" x-padding="10px" :color="['mildwhite']" :size="14px">File: 1.8 MB | Memory: 137 MB | Scratch: 0.7/12.3 GB</text> <row width="100%" height="24px">
<text height="100%" y-align="50%" x-align="100%" x-padding="10px" :color="['mildwhite']" :size="14px">🖰 Box Select Objects | [⇧G] Move Selection | [⇧R] Rotate Selection | [⇧S] Scale Selection</text> <text height="100%" y-align="50%" x-align="0%" x-padding="10px" :color="['mildwhite']" :size="14px">File: 1.8 MB | Memory: 137 MB | Scratch: 0.7/12.3 GB</text>
</row> <text height="100%" y-align="50%" x-align="100%" x-padding="10px" :color="['mildwhite']" :size="14px">🖰 Box Select Objects | [⇧G] Move Selection | [⇧R] Rotate Selection | [⇧S] Scale Selection</text>
</row>
</col>
</window:main> </window:main>