You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2010/01/02 00:16:17 UTC

svn commit: r895091 - in /incubator/pivot/trunk: LICENSE tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx

Author: tvolkert
Date: Fri Jan  1 23:16:17 2010
New Revision: 895091

URL: http://svn.apache.org/viewvc?rev=895091&view=rev
Log:
Minor fixes

Modified:
    incubator/pivot/trunk/LICENSE
    incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx

Modified: incubator/pivot/trunk/LICENSE
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/LICENSE?rev=895091&r1=895090&r2=895091&view=diff
==============================================================================
--- incubator/pivot/trunk/LICENSE (original)
+++ incubator/pivot/trunk/LICENSE Fri Jan  1 23:16:17 2010
@@ -249,9 +249,9 @@
      tutorials/src/org/apache/pivot/tutorials/weather-overcast.png
      tutorials/src/org/apache/pivot/tutorials/weather-showers-scattered.png
      tutorials/src/org/apache/pivot/tutorials/x-office-document.png
-     wtk/test/org/apache/pivot/wtk/test/applications-games.png
-     wtk/test/org/apache/pivot/wtk/test/go-home.png
-     wtk/test/org/apache/pivot/wtk/test/weather-few-clouds-32x32.png
+     tests/src/org/apache/pivot/tests/applications-games.png
+     tests/src/org/apache/pivot/tests/go-home.png
+     tests/src/org/apache/pivot/tests/weather-few-clouds-32x32.png
 
   2. The FamFamFam Flag icons (http://www.famfamfam.com/lab/icons/flags/)
 
@@ -380,12 +380,12 @@
      wtk-terra/src/org/apache/pivot/wtk/skin/terra/message_type-question-16x16.png
      wtk-terra/src/org/apache/pivot/wtk/skin/terra/message_type-warning-16x16.png
      wtk-terra/src/org/apache/pivot/wtk/skin/terra/page_white.png
-     wtk/test/org/apache/pivot/wtk/test/anchor.png
-     wtk/test/org/apache/pivot/wtk/test/bell.png
-     wtk/test/org/apache/pivot/wtk/test/clock.png
-     wtk/test/org/apache/pivot/wtk/test/cup.png
-     wtk/test/org/apache/pivot/wtk/test/house.png
-     wtk/test/org/apache/pivot/wtk/test/star.png
+     tests/src/org/apache/pivot/tests/anchor.png
+     tests/src/org/apache/pivot/tests/bell.png
+     tests/src/org/apache/pivot/tests/clock.png
+     tests/src/org/apache/pivot/tests/cup.png
+     tests/src/org/apache/pivot/tests/house.png
+     tests/src/org/apache/pivot/tests/star.png
 
   2. The Silk Companion Icons (http://damieng.com/creative/icons/silk-companion-1-icons)
 

Modified: incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx?rev=895091&r1=895090&r2=895091&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx (original)
+++ incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/explorer/layout/grid_pane.wtkx Fri Jan  1 23:16:17 2010
@@ -16,16 +16,11 @@
 limitations under the License.
 -->
 
-<GridPane styles="{verticalSpacing:1, showHorizontalGridLines:true,
+<GridPane columnCount="3"
+    styles="{verticalSpacing:1, showHorizontalGridLines:true,
     horizontalSpacing:1, showVerticalGridLines:true}"
     xmlns:wtkx="http://pivot.apache.org/wtkx"
     xmlns="org.apache.pivot.wtk">
-    <columns>
-        <GridPane.Column/>
-        <GridPane.Column/>
-        <GridPane.Column/>
-    </columns>
-
     <rows>
         <GridPane.Row>
             <GridPane.Filler/>