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 2009/05/28 21:24:35 UTC

svn commit: r779736 - /incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx

Author: tvolkert
Date: Thu May 28 19:24:35 2009
New Revision: 779736

URL: http://svn.apache.org/viewvc?rev=779736&view=rev
Log:
Fixed issue in HTTPClient

Modified:
    incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx

Modified: incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx?rev=779736&r1=779735&r2=779736&view=diff
==============================================================================
--- incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx (original)
+++ incubator/pivot/trunk/tools/src/pivot/tools/net/application.wtkx Thu May 28 19:24:35 2009
@@ -21,30 +21,30 @@
         xmlns:wtkx="http://incubator.apache.org/pivot/wtkx/1.1"
         xmlns="pivot.wtk"
         xmlns:content="pivot.wtk.content">
-  <content>
-    <TablePane styles="{verticalSpacing:1, showHorizontalGridLines:true, gridColor:7}">
-      <columns>
-        <TablePane.Column width="1*" />
-      </columns>
-      <rows>
-        <TablePane.Row height="-1">
-          <wtkx:include wtkx:id="menuBar" src="menuBar.wtkx" />
-        </TablePane.Row>
-        <TablePane.Row height="1*">
-          <Border styles="{thickness:0, padding:2}">
-            <content>
-              <SplitPane orientation="vertical" splitLocation="400" primaryRegion="top_left">
-                <top>
-                  <wtkx:include namespace="request" src="request.wtkx" />
-                </top>
-                <bottom>
-                  <wtkx:include namespace="log" src="log.wtkx" />
-                </bottom>
-              </SplitPane>
-            </content>
-          </Border>
-        </TablePane.Row>
-      </rows>
-    </TablePane>
-  </content>
+    <content>
+        <TablePane styles="{verticalSpacing:1, showHorizontalGridLines:true, gridColor:7}">
+            <columns>
+                <TablePane.Column width="1*" />
+            </columns>
+            <rows>
+                <TablePane.Row height="-1">
+                    <wtkx:include wtkx:id="menuBar" src="menuBar.wtkx" />
+                </TablePane.Row>
+                <TablePane.Row height="1*">
+                    <Border styles="{thickness:0, padding:2}">
+                        <content>
+                            <SplitPane orientation="vertical" splitLocation="400" primaryRegion="top_left">
+                                <top>
+                                    <wtkx:include wtkx:id="request" src="request.wtkx" />
+                                </top>
+                                <bottom>
+                                    <wtkx:include wtkx:id="log" src="log.wtkx" />
+                                </bottom>
+                            </SplitPane>
+                        </content>
+                    </Border>
+                </TablePane.Row>
+            </rows>
+        </TablePane>
+    </content>
 </Window>