XUL button

View: New views
1 Messages — Rating Filter:   Alert me  

XUL button

by csam0003 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
How do I position a button at the bottom of a window. My code is:
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="rootWnd" title="About Share Notes"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <vbox>
    <hbox>
     <description>Share Notes</description>
      <button label="Ok" width="3" height="8" align="end" oncommand="window.close();"/>
    </hbox>
 </vbox>

</window>

Are there any attributes or properties I can set?

Thanks

Regards

Chris