Skip to content

Commit

Permalink
Fix settings page scroll cutoff points.
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed Apr 22, 2013
1 parent 59c5783 commit 2bdb31e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/SettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bdb31e

Please sign in to comment.