Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 8cc8ec28d -> 55b994b72


Better size for MapSearch


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

Branch: refs/heads/release0.8.0
Commit: 55b994b72f054fdf2a7c0e9b3cdb11444b90a56e
Parents: 8cc8ec2
Author: Peter Ent <p...@apache.org>
Authored: Sun May 21 08:15:56 2017 -0400
Committer: Peter Ent <p...@apache.org>
Committed: Sun May 21 08:15:56 2017 -0400

----------------------------------------------------------------------
 examples/flexjs/MapSearch/MapSearch-app.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/55b994b7/examples/flexjs/MapSearch/MapSearch-app.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MapSearch/MapSearch-app.xml 
b/examples/flexjs/MapSearch/MapSearch-app.xml
index b048d99..b93fefb 100644
--- a/examples/flexjs/MapSearch/MapSearch-app.xml
+++ b/examples/flexjs/MapSearch/MapSearch-app.xml
@@ -88,10 +88,10 @@
                <!-- <resizable></resizable> -->
 
                <!-- The window's initial width in pixels. Optional. -->
-               <width>455</width>
+               <width>500</width>
 
                <!-- The window's initial height in pixels. Optional. -->
-               <height>605</height>
+               <height>640</height>
 
                <!-- The window's initial x position. Optional. -->
                <!-- <x></x> -->

Reply via email to