blob: 6efca568fc3b4f9da85cf6767a1f543cc0d4be81 (
plain)
1
2
3
4
5
6
|
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<stack style="align-items: start; justify-items: left;">
<label style="margin-top: 27px; margin-left: 27px; color: blue;" value="Hello"/>
<label style="margin-top: 24px; margin-left: 24px; color: blue;" value="Hello"/>
</stack>
</box>
|