mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 15:05:35 -04:00
Style bottom button
This commit is contained in:
parent
18d29310d3
commit
adb3b0fc39
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue