https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f843da5f6361a12a8c657dc070d5067d22662420 authored by ffxbld on 14 November 2012, 17:41:05 UTC
Added FENNEC_17_0b6_RELEASE FENNEC_17_0b6_BUILD2 tag(s) for changeset eba2b989092a. DONTBUILD CLOSED TREE a=release
Tip revision: f843da5
resizer-bottomend.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="bottomend"/>
    <spacer flex="1"/>
  </hbox>
</window>
back to top