Revision: 2298 http://vexi.svn.sourceforge.net/vexi/?rev=2298&view=rev Author: clrg Date: 2007-09-21 15:46:13 -0700 (Fri, 21 Sep 2007)
Log Message: ----------- Make separator prettier post-texture change Modified Paths: -------------- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/separator.t Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/separator.t =================================================================== --- trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/separator.t 2007-09-21 17:53:55 UTC (rev 2297) +++ trunk/widgets/org.vexi.widgets/src/org/vexi/theme/win2k/separator.t 2007-09-21 22:46:13 UTC (rev 2298) @@ -1,10 +1,30 @@ <!-- Copyright 2007 - see COPYING for details [LGPL] --> -<vexi xmlns:ui="vexi://ui" xmlns:meta="vexi://meta" xmlns="org.vexi.lib.widget" xmlns:theme="vexi.theme"> +<vexi xmlns:ui="vexi://ui" xmlns:meta="vexi://meta" xmlns="org.vexi.lib.widget" + xmlns:image="org.vexi.theme.win2k.image.bevelthindown"> <meta:doc> <author>Charles Goodwin</author> </meta:doc> - <separator /> - <theme:bevel form="thindown" margin="3" /> + <separator margin="3"> + <ui:box orient="vertical" hshrink="true"> + <ui:box id="nw" fill=":image.nw" shrink="true" /> + <ui:box id="ww" layout="place" hshrink="true" width="1"><ui:box fill=":image.ww" /></ui:box> + <ui:box id="sw" fill=":image.sw" shrink="true" /> + </ui:box> + + // central column + <ui:box orient="vertical"> + <ui:box id="nn" layout="place" vshrink="true" height="1"><ui:box fill=":image.nn" /></ui:box> + <ui:box /> + <ui:box id="ss" layout="place" vshrink="true" height="1"><ui:box fill=":image.ss" /></ui:box> + </ui:box> + + // right column + <ui:box orient="vertical" hshrink="true"> + <ui:box id="ne" fill=":image.ne" shrink="true" /> + <ui:box id="ee" layout="place" hshrink="true" width="1"><ui:box fill=":image.ee" /></ui:box> + <ui:box id="se" fill=":image.se" shrink="true" /> + </ui:box> + </separator> </vexi> 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn