forked from Public/monero-gui
new title bar + fixed payment id width on transfer page.
https://trello.com/c/U0nxQ9vy/32-payment-id-field-in-transfer-tab-needs-to-be-much-longer https://trello.com/c/r755XHXq/36-move-window-control-icons-to-left-hand-side-as-discussed-once-qml-is-all-done-we-will-see-how-everyone-reacts-to-it
This commit is contained in:
@@ -119,18 +119,24 @@ Rectangle {
|
||||
text: qsTr("Payment ID <font size='2'>( Optional )</font>")
|
||||
}
|
||||
|
||||
Row {
|
||||
LineEdit {
|
||||
id: paymentLine
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: paymentLabel.bottom
|
||||
anchors.leftMargin: 17
|
||||
anchors.rightMargin: 17
|
||||
anchors.topMargin: 5
|
||||
spacing: 17
|
||||
}
|
||||
|
||||
LineEdit {
|
||||
width: parent.width - (checkBox.width + sendButton.width + 2 * parent.spacing)
|
||||
}
|
||||
Row {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: paymentLine.bottom
|
||||
anchors.leftMargin: 17
|
||||
anchors.rightMargin: 17
|
||||
anchors.topMargin: 17
|
||||
spacing: 17
|
||||
|
||||
StandardButton {
|
||||
id: sendButton
|
||||
|
||||
Reference in New Issue
Block a user