This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 4029f81789cbded63456a94e63aa1b0084246c34
Author: Alex Harui <[email protected]>
AuthorDate: Fri Sep 21 11:09:09 2018 -0700

    I guess the Royale header is one line shorter
---
 examples/mxroyale/tourdeflexmodules/src/SourceTab.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mxroyale/tourdeflexmodules/src/SourceTab.mxml 
b/examples/mxroyale/tourdeflexmodules/src/SourceTab.mxml
index bb75b9f..51c4b6c 100755
--- a/examples/mxroyale/tourdeflexmodules/src/SourceTab.mxml
+++ b/examples/mxroyale/tourdeflexmodules/src/SourceTab.mxml
@@ -43,7 +43,7 @@
         {
             srv.url = src;
             srv.send();
-                       ta.verticalScrollPosition = 19; // at end of header
+                       ta.verticalScrollPosition = 18; // at end of header
         }
 
         private function resultHandler(event:ResultEvent):void

Reply via email to