[Zope-CVS] CVS: Packages/MoZTop/moztop/content/zopetop/Main - MainOverlay.xul:1.3

Stephan Richter srichter@cbu.edu
Thu, 9 Jan 2003 01:19:24 -0500


Update of /cvs-repository/Packages/MoZTop/moztop/content/zopetop/Main
In directory cvs.zope.org:/tmp/cvs-serv2024/content/Main

Modified Files:
	MainOverlay.xul 
Log Message:
Checkpoint: I got adding Tasks to a RDF source going again; deleting does
not work though.



=== Packages/MoZTop/moztop/content/zopetop/Main/MainOverlay.xul 1.2 => 1.3 ===
--- Packages/MoZTop/moztop/content/zopetop/Main/MainOverlay.xul:1.2	Wed Jan  8 16:53:14 2003
+++ Packages/MoZTop/moztop/content/zopetop/Main/MainOverlay.xul	Thu Jan  9 01:18:52 2003
@@ -8,12 +8,16 @@
 <overlay id="MainOverlay"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
-    <box id="main" flex="10"/>
+  <box id="main-content" flex="6">
+
+<!--
     <spacer flex="1"/>
     <box id="ActiveObjectsPanel"
          orient="horizontal"
          style="border: 1px solid black;">
       <spring flex="100%"/>
     </box>
+-->
+  </box>
 
 </overlay>