Revision: 4872
http://sourceforge.net/p/vexi/code/4872
Author: clrg
Date: 2016-06-28 16:46:33 +0000 (Tue, 28 Jun 2016)
Log Message:
-----------
Fix numfield height setting - view/viewport mixed up.
Modified Paths:
--------------
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/numfield.t
Modified:
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/numfield.t
===================================================================
---
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/numfield.t
2016-06-20 23:41:53 UTC (rev 4871)
+++
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/numfield.t
2016-06-28 16:46:33 UTC (rev 4872)
@@ -7,7 +7,7 @@
<lib:widget.numfield />
<lib:widget.shadowtext />
<bevel redirect=":$content" form="down" margin="3" padding="3"
vshrink="true">
- <ui:box id="inset" layout="place" minheight="19">
+ <ui:box id="inset" layout="place">
<ui:box id="content" />
<lib:layout.pad id="shadowpad" padding="3" vshrink="true">
<ui:box id="shadow" align="right" textcolor="#999999" />
@@ -18,8 +18,8 @@
thisbox.th_shadowtext = $shadow;
thisbox.th_shadowwrap = $shadowpad;
thisbox.th_minus = $minus;
- thisbox.th_view = $inset;
- thisbox.th_viewport = $content;
+ thisbox.th_view = $content;
+ thisbox.th_viewport = $inset;
thisbox.v_init = static.init;
</bevel>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn