From 2bdb31e17754982a0a2bc3ef817c389b7f169297 Mon Sep 17 00:00:00 2001 From: Ragaeeb Haq <7464039+ragaeeb@users.noreply.github.com> Date: Mon, 22 Apr 2013 15:30:53 -0400 Subject: [PATCH] Fix settings page scroll cutoff points. --- assets/SettingsPage.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/SettingsPage.qml b/assets/SettingsPage.qml index b5dc1ee..ebaf763 100644 --- a/assets/SettingsPage.qml +++ b/assets/SettingsPage.qml @@ -3,6 +3,9 @@ import bb.cascades 1.0 BasePage { contentContainer: ScrollView { + horizontalAlignment: HorizontalAlignment.Fill + verticalAlignment: VerticalAlignment.Fill + Container { leftPadding: 20; topPadding: 20; rightPadding: 20; bottomPadding: 20