~nskaggs/sudoku-app/revert-173

« back to all changes in this revision

Viewing changes to components/AddProfileDialog.qml

  • Committer: nskaggs
  • Date: 2014-03-18 22:44:29 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20140318224429-tzvpx0lreqllhwox
make a big bottom margin to move dialog up

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        id: addProfileDialogue
13
13
        title: i18n.tr("Add new profile")
14
14
        width: parent.width
 
15
       anchors.bottomMargin: units.gu(10)
15
16
 
16
17
 
17
18
        Column {