Revision: 4677 http://sourceforge.net/p/vexi/code/4677 Author: clrg Date: 2014-03-17 17:53:58 +0000 (Mon, 17 Mar 2014) Log Message: ----------- Make tab fill to settings..tabfill on fill=null put (use "#0000" for transparency)
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tab.t Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tab.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tab.t 2014-03-17 16:36:28 UTC (rev 4676) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tab.t 2014-03-17 17:53:58 UTC (rev 4677) @@ -1,10 +1,9 @@ -<!-- Copyright 2013 - see COPYING for details [LGPL] --> +<!-- Copyright (c) - see COPYING for details [LGPL] --> -<vexi xmlns:ui="vexi://ui" xmlns:meta="vexi://meta" xmlns="org.vexi.theme.classic" - xmlns:lib="org.vexi.lib" xmlns:lay="org.vexi.lib.layout"> - <meta:doc> - <author>Charles Goodwin</author> - </meta:doc> +<vexi xmlns:ui="vexi://ui" + xmlns:lib="org.vexi.lib" + xmlns:lay="org.vexi.lib.layout" + xmlns="org.vexi.theme.classic"> <lib:widget.tab /> <ui:box redirect=":$content" hshrink="true" margin="2 0" padding="2 6"> @@ -29,7 +28,11 @@ </ui:box> </ui:box> - $pad.fill ++= function(v) { cascade = v; $overfill.fill = v; } + $pad.fill ++= function(v) { + var f = v?:.settings..tabfill; + cascade = f; + $overfill.fill = f; + } thisbox.th_close = $close; thisbox.th_closewrap = $closewrap; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn