You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/01/20 21:58:50 UTC

svn commit: r901379 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx

Author: gbrown
Date: Wed Jan 20 20:58:50 2010
New Revision: 901379

URL: http://svn.apache.org/viewvc?rev=901379&view=rev
Log:
Hide form icons in text section of Kitchen Sink demo.

Modified:
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx?rev=901379&r1=901378&r2=901379&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/text.wtkx Wed Jan 20 20:58:50 2010
@@ -24,7 +24,7 @@
             <BoxPane orientation="vertical" styles="{fill:true,
                 padding:{top:2, left:4, bottom:12, right:4}}">
                 <Label text="Text Input" styles="{font:{bold:true}}"/>
-                <Form styles="{showFlagHighlight:false}">
+                <Form styles="{showFlagIcons:false, showFlagHighlight:false}">
                     <sections>
                         <Form.Section>
                             <TextInput Form.label="Basic" text="Pivot" textSize="12"/>