fix dynamic width on send btn

This commit is contained in:
Jaquee 2017-03-08 20:54:11 +01:00
parent 1918c5e24a
commit 6a666ead39

View file

@ -375,13 +375,15 @@ Rectangle {
return amount_ok && address_ok && payment_id_ok
}
StandardButton {
id: sendButton
RowLayout {
anchors.left: parent.left
anchors.top: descriptionLine.bottom
anchors.leftMargin: 17
anchors.topMargin: 17
width: 60
StandardButton {
id: sendButton
text: qsTr("Send") + translationManager.emptyString
shadowReleasedColor: "#FF4304"
shadowPressedColor: "#B32D00"
@ -400,6 +402,9 @@ Rectangle {
}
}
}
} // pageRoot
Rectangle {