mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +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>
|