image-scaling-min-height-1.xul 401 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  3. xmlns:html="http://www.w3.org/1999/xhtml">
  4. <html:style><![CDATA[
  5. window { -moz-box-align: start; -moz-box-pack: start }
  6. hbox { background: yellow }
  7. image { background: blue; min-width: 15px; min-height: 15px }
  8. ]]></html:style>
  9. <hbox><image /><label value="a b c d e f" /></hbox>
  10. </window>