You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/04 20:16:09 UTC

[19/22] git commit: [flex-examples] [refs/heads/develop] - stack layout position fix

stack layout position fix

Signed-off-by: OmPrakash Muppirala <bi...@gmail.com>


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

Branch: refs/heads/develop
Commit: 4afeeb4c0f8fc30bcc5ea6fa4dbd7753fbc16e78
Parents: 539852e
Author: nasha001 <na...@DM-DT-NASH.hartford.gov>
Authored: Tue Nov 4 13:06:51 2014 -0500
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Tue Nov 4 11:07:43 2014 -0800

----------------------------------------------------------------------
 tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/4afeeb4c/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml
----------------------------------------------------------------------
diff --git a/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml b/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml
index f3a4ee0..3c0f41f 100644
--- a/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml
+++ b/tourdeflexmobile/src/LayoutViews/StackLayoutView.mxml
@@ -71,7 +71,7 @@ limitations under the License.
 	<s:List id="list" horizontalCenter="0" verticalCenter="0" width="100%" height="100%" itemRenderer="spark.skins.spark.DefaultComplexItemRenderer"
 			pageScrollingEnabled="true" includeIn="DemoState">
 		<s:layout>
-			<ns:StackLayout horizontalAlign="justify" verticalAlign="justify" scrollBarDirection="horizontal"/>
+			<ns:StackLayout scrollBarDirection="horizontal" horizontalAlign="center" verticalAlign="middle"/>
 		</s:layout>
 		<s:dataProvider>
 			<s:ArrayList>