mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
6 lines
244 B
Text
6 lines
244 B
Text
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
||
|
|
<vbox style="font-size:0" flex="1">
|
||
|
|
<label style="font-size:16px" value="hello world" />
|
||
|
|
</vbox>
|
||
|
|
</window>
|