mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="left">
|
||
|
<menulist style="color: transparent">
|
||
|
<menupopup>
|
||
|
<menuitem value="1" label="short" />
|
||
|
<menuitem value="2" label="long item" />
|
||
|
</menupopup>
|
||
|
</menulist>
|
||
|
</window>
|