mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
13 lines
256 B
XML
13 lines
256 B
XML
<?xml version="1.0"?>
|
|
|
|
<window xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<grid>
|
|
<columns>
|
|
<column id="col1" flex="1"/>
|
|
<column id="col2" flex="1"/>
|
|
<column id="col3" flex="P-2"/>
|
|
</columns>
|
|
</grid>
|
|
|
|
</window>
|