mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
12 lines
366 B
XML
12 lines
366 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
|
|
<window title="RTL menulist"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<hbox>
|
|
<menulist width="200" style="direction: rtl;"/>
|
|
<menulist editable="true" width="200" style="direction: rtl;"/>
|
|
<spacer flex="1"/>
|
|
</hbox>
|
|
</window>
|