You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/05/19 17:21:09 UTC

git commit: [flex-asjs] [refs/heads/release0.8.0] - MapSearch now looks right on AIR and will launch.

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 a9ae1452a -> cb9e85b48


MapSearch now looks right on AIR and will launch.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/cb9e85b4
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cb9e85b4
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cb9e85b4

Branch: refs/heads/release0.8.0
Commit: cb9e85b48ac9afffc89f1bfc406ca54b5e596820
Parents: a9ae145
Author: Peter Ent <pe...@apache.org>
Authored: Fri May 19 13:21:07 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri May 19 13:21:07 2017 -0400

----------------------------------------------------------------------
 examples/flexjs/MapSearch/build.xml                        | 1 +
 examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cb9e85b4/examples/flexjs/MapSearch/build.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MapSearch/build.xml b/examples/flexjs/MapSearch/build.xml
index 2722bee..c15f803 100644
--- a/examples/flexjs/MapSearch/build.xml
+++ b/examples/flexjs/MapSearch/build.xml
@@ -64,6 +64,7 @@
     </target>
     
     <target name="run">
+        <property name="which" value="debug" />
         <antcall target="build_example.run.air.desktop" />
     </target>
     

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cb9e85b4/examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml b/examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml
index 5f033bc..3ef67fc 100644
--- a/examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml
+++ b/examples/flexjs/MapSearch/src/main/flex/MyInitialView.mxml
@@ -191,7 +191,7 @@ limitations under the License.
 		<js:ViewDataBinding />
 	</js:beads>
 	
-	<js:Group className="TopContainer" width="50%" height="600">
+	<js:Group className="TopContainer" width="455" height="600">
 		<js:beads>
 			<js:VerticalFlexLayout />
 		</js:beads>