~mardy/ubuntu-system-settings-online-accounts/qml-dialog

« back to all changes in this revision

Viewing changes to online-accounts-ui/qml/SignOnUiDialog.qml

  • Committer: Alberto Mardegan
  • Date: 2014-10-10 13:09:10 UTC
  • Revision ID: alberto.mardegan@canonical.com-20141010130910-t9ur8cedna6y17zw
Layout changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                height: childrenRect.height
72
72
                anchors.left: parent.left
73
73
                anchors.right: parent.right
74
 
                anchors.verticalCenter: parent.verticalCenter
 
74
                anchors.bottom: parent.bottom
75
75
                spacing: units.gu(1)
76
76
 
77
77
                Button {
92
92
            id: pageFooter
93
93
            anchors.left: parent.left
94
94
            anchors.right: parent.right
95
 
            anchors.bottom: parent.bottom
 
95
            anchors.bottom: osk.top
96
96
            visible: signonRequest.registerUrl.toString() !== ""
97
97
 
98
98
            ListItem.ThinDivider {
106
106
                    signonRequest.registerText + "</a>"
107
107
            }
108
108
        }
 
109
 
 
110
        KeyboardRectangle {
 
111
            id: osk
 
112
        }
109
113
    }
110
114
}