Style bottom button

This commit is contained in:
Angela Mazzurco 2017-07-22 17:44:33 +02:00
parent 18d29310d3
commit adb3b0fc39

View File

@ -181,13 +181,15 @@ Item
visible: false visible: false
} }
Button ButtonText
{ {
id: bottomButton id: bottomButton
text: "Create new location" text: "Create new location"
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
onClicked: locationView.state = "createLocation" onClicked: locationView.state = "createLocation"
buttonTextPixelSize: 15
iconUrl: "/icons/add.svg"
} }
RsLoginPassView RsLoginPassView