Revision: 4831 http://sourceforge.net/p/vexi/code/4831 Author: clrg Date: 2015-11-19 02:53:32 +0000 (Thu, 19 Nov 2015) Log Message: ----------- Fix. Fill the bevel since it now handles fill differently depending upon bevel depth.
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t 2015-11-16 17:14:30 UTC (rev 4830) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t 2015-11-19 02:53:32 UTC (rev 4831) @@ -68,7 +68,7 @@ thisbox.surfaceHeight ++= opt.surfaceHeightRead; thisbox.v_container ++= function(v) { - v_fillbox = $focus; + v_fillbox = $bevel; v_textbox = $edit.v_edit; thisbox.textalign ++= function(v) { cascade = v; Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t 2015-11-16 17:14:30 UTC (rev 4830) +++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t 2015-11-19 02:53:32 UTC (rev 4831) @@ -7,7 +7,7 @@ <lib:widget.option redirect=":$content" margin="3" vshrink="true"> <bevel id="bevel" form="down"> <ui:box id="leftholder" hshrink="true" /> - <lib.focusborder id="focus" align="left" fill="white" layout="place"> + <lib.focusborder id="focus" align="left" layout="place"> <lib:layout.pad id="pad" padding="3"> <ui:box id="output" align="left" /> </lib:layout.pad> @@ -52,7 +52,7 @@ thisbox.v_container ++= function(v) { cascade = v; - v_fillbox = $focus; + v_fillbox = $bevel; v_textbox = $output; thisbox.textalign ++= function(v) { cascade = v; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn