mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Style bottom button
This commit is contained in:
parent
18d29310d3
commit
adb3b0fc39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user