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
}
Button
ButtonText
{
id: bottomButton
text: "Create new location"
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
onClicked: locationView.state = "createLocation"
buttonTextPixelSize: 15
iconUrl: "/icons/add.svg"
}
RsLoginPassView