Revision: 3148
          http://vexi.svn.sourceforge.net/vexi/?rev=3148&view=rev
Author:   clrg
Date:     2008-10-28 00:34:09 +0000 (Tue, 28 Oct 2008)

Log Message:
-----------
More shadepane tweaks

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/shadepane.t
    trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/shadepane.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/shadepane.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/shadepane.t  
2008-10-27 22:48:20 UTC (rev 3147)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/shadepane.t  
2008-10-28 00:34:09 UTC (rev 3148)
@@ -28,7 +28,7 @@
     <tooltipable />
     
     static.cancloseWrite = function(v) { trapee.th_close.display = v; cascade 
= v; }
-    static.shadeWrite = function(v) { trapee.v_content.display = !v; cascade = 
v; }
+    static.shadeWrite = function(v) { trapee.th_content.display = !v; cascade 
= v; }
     static.titleRead = function() { return trapee.th_title.text; }
     static.titleWrite = function(v) { trapee.th_title.text = v; return; }
     

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/shadepane.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/shadepane.t       
2008-10-27 22:48:20 UTC (rev 3147)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/classic/shadepane.t       
2008-10-28 00:34:09 UTC (rev 3148)
@@ -7,7 +7,7 @@
     </meta:doc>
     
     <lib:shadepane />
-    <ui:box redirect=":$content" margin="0 0 5 0" padding="3">
+    <ui:box redirect=":$content" margin="3" padding="3" vshrink="true">
         <ui:box orient="vertical">
             <lay:pad id="titlebar" cursor="hand" fill="#666666" padding="3 6" 
vshrink="true">
                 <ui:box id="arrow" fill=":.image.arrowdown_white" 
shrink="true" />
@@ -23,6 +23,7 @@
         </ui:box>
         
         thisbox.th_close = $close;
+        thisbox.th_content = $content;
         thisbox.th_title = $title;
         thisbox.th_titlebar = $titlebar;
         


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to