You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/21 18:09:30 UTC

[royale-asjs] 02/02: I guess the Royale header is one line shorter

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 <ah...@apache.org>
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