https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9139c7edaf1dd7ec8b61a0f36cee9bf564e01265 authored by ffxbld on 19 April 2017, 20:00:46 UTC
Added FENNEC_53_0_1_RELEASE FENNEC_53_0_1_BUILD1 tag(s) for changeset f029d1a1324b. DONTBUILD CLOSED TREE a=release
Tip revision: 9139c7e
resizer-bottomstart-rtl.xul
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>

<window title="Resizer"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <hbox>
    <resizer dir="bottomstart" style="direction: rtl"/>
    <spacer flex="1"/>
  </hbox>
</window>
back to top