update copyright and build dates somewhat, add commandset even if it's empty for now
[mandelbrot.git] / xulapp / chrome / mandelbrot / content / mandelbrot.xul
index 0ca532df4ff2f53648e0d2109c28a334882421d6..c5c2cc60594e351a6e252539759ffb7c56cee586 100644 (file)
@@ -60,6 +60,9 @@
     <stringbundle id="mbrotBundle" src="chrome://mandelbrot/locale/mandelbrot.properties"/>
   </stringbundleset>
 
     <stringbundle id="mbrotBundle" src="chrome://mandelbrot/locale/mandelbrot.properties"/>
   </stringbundleset>
 
+  <commandset id="mainCommands">
+  </commandset>
+
   <toolbox>
     <menubar>
       <menu id="fileMenu" label="&fileMenu.label;">
   <toolbox>
     <menubar>
       <menu id="fileMenu" label="&fileMenu.label;">
       </menu>
     </menubar>
   </toolbox>
       </menu>
     </menubar>
   </toolbox>
-  <button id="drawButton" label="&fileDraw.label;" oncommand="drawImage();"/>
   <hbox flex="1" pack="center" align="center">
   <hbox flex="1" pack="center" align="center">
-    <html:canvas id="mbrotImage" width="300" height="300"></html:canvas>
+    <stack>
+      <html:canvas id="mbrotImage" width="300" height="300"></html:canvas>
+      <button id="drawButton" label="&fileDraw.label;" oncommand="drawImage();"/>
+    </stack>
   </hbox>
   <hbox pack="end" align="end">
     <description id="statusLabel"/>
   </hbox>
   <hbox pack="end" align="end">
     <description id="statusLabel"/>