mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
fix dynamic width on send btn
This commit is contained in:
parent
1918c5e24a
commit
6a666ead39
1 changed files with 23 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue