You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/07/05 01:24:15 UTC

svn commit: r1142849 - /pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml

Author: smartini
Date: Mon Jul  4 23:24:14 2011
New Revision: 1142849

URL: http://svn.apache.org/viewvc?rev=1142849&view=rev
Log:
trim-whitespace

Modified:
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml?rev=1142849&r1=1142848&r2=1142849&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_694.bxml Mon Jul  4 23:24:14 2011
@@ -23,27 +23,27 @@ limitations under the License.
 >
 
 <BoxPane orientation="vertical" styles="{padding:6, spacing:8, fill:true}">
- 
+
     <BoxPane styles="{padding:4, verticalAlignment:'center'}">
-		<Label text="Select one element:"/>
-		<ListButton bxml:id="listButton1" buttonData="Color">
-			<content:ListItem text="Red"/>
-			<content:ListItem text="Orange"/>
-			<content:ListItem text="Yellow"/>
-			<content:ListItem text="Green"/>
-			<content:ListItem text="Blue"/>
-			<content:ListItem text="Purple"/>
-		</ListButton>
+        <Label text="Select one element:"/>
+        <ListButton bxml:id="listButton1" buttonData="Color">
+            <content:ListItem text="Red"/>
+            <content:ListItem text="Orange"/>
+            <content:ListItem text="Yellow"/>
+            <content:ListItem text="Green"/>
+            <content:ListItem text="Blue"/>
+            <content:ListItem text="Purple"/>
+        </ListButton>
         <PushButton bxml:id="pushButton1" buttonData="Click to Clear Selection"/>
     </BoxPane>
 
-	<Separator/>
+    <Separator/>
 
     <BoxPane styles="{padding:4, verticalAlignment:'center'}">
-		<Label text="Select one element:"/>
-		<ListButton bxml:id="listButton2" buttonData="Number"
-			listData="['One', 'Two', 'Three']"
-		/>
+        <Label text="Select one element:"/>
+        <ListButton bxml:id="listButton2" buttonData="Number"
+            listData="['One', 'Two', 'Three']"
+        />
         <PushButton bxml:id="pushButton2" buttonData="Click to Clear Selection"/>
     </BoxPane>