diff options
Diffstat (limited to 'qt-mobile/qml/CloudCredentials.qml')
-rw-r--r-- | qt-mobile/qml/CloudCredentials.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index bb61cb2a2..54b1e8e92 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -79,7 +79,7 @@ Item { Item { height: saveButton.height width: saveButton.width - Button { + SubsurfaceButton { id: saveButton text: "Save" anchors.centerIn: parent |