Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
michael@0 | 3 | <window xmlns:html="http://www.w3.org/1999/xhtml" |
michael@0 | 4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 5 | |
michael@0 | 6 | <hbox flex="1" style="direction: rtl;"> |
michael@0 | 7 | <richlistbox style="width: 100px; direction: rtl;"> |
michael@0 | 8 | <item>this is a really really really really long test sentence</item> |
michael@0 | 9 | </richlistbox> |
michael@0 | 10 | <splitter/> |
michael@0 | 11 | <browser flex="1" src="" type="content-primary"/> |
michael@0 | 12 | </hbox> |
michael@0 | 13 | |
michael@0 | 14 | </window> |