mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 08:03:48 +02:00
Merge pull request #85
fe9d5d3
Update Transfer.qml (taushet)b9187ad
Update History.qml (taushet)
This commit is contained in:
commit
d22e02ac2a
@ -219,7 +219,7 @@ Rectangle {
|
|||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: advancedFilteringCheckBox
|
id: advancedFilteringCheckBox
|
||||||
text: qsTr("Advance filtering")
|
text: qsTr("Advanced filtering")
|
||||||
anchors.left: filterButton.right
|
anchors.left: filterButton.right
|
||||||
anchors.bottom: filterButton.bottom
|
anchors.bottom: filterButton.bottom
|
||||||
anchors.leftMargin: 17
|
anchors.leftMargin: 17
|
||||||
@ -371,7 +371,7 @@ Rectangle {
|
|||||||
|
|
||||||
ListElement { columnName: "Payment ID"; columnWidth: 127 }
|
ListElement { columnName: "Payment ID"; columnWidth: 127 }
|
||||||
ListElement { columnName: "Date"; columnWidth: 100 }
|
ListElement { columnName: "Date"; columnWidth: 100 }
|
||||||
ListElement { columnName: "BlockHeight"; columnWidth: 150 }
|
ListElement { columnName: "Block height"; columnWidth: 150 }
|
||||||
ListElement { columnName: "Amount"; columnWidth: 148 }
|
ListElement { columnName: "Amount"; columnWidth: 148 }
|
||||||
// ListElement { columnName: "Description"; columnWidth: 148 }
|
// ListElement { columnName: "Description"; columnWidth: 148 }
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ Rectangle {
|
|||||||
// Amount input
|
// Amount input
|
||||||
LineEdit {
|
LineEdit {
|
||||||
id: amountLine
|
id: amountLine
|
||||||
placeholderText: qsTr("Amount...") + translationManager.emptyString
|
placeholderText: qsTr("") + translationManager.emptyString
|
||||||
width: parent.width - 37 - 17
|
width: parent.width - 37 - 17
|
||||||
validator: DoubleValidator {
|
validator: DoubleValidator {
|
||||||
bottom: 0.0
|
bottom: 0.0
|
||||||
@ -162,7 +162,7 @@ Rectangle {
|
|||||||
anchors.rightMargin: 17
|
anchors.rightMargin: 17
|
||||||
anchors.topMargin: 30
|
anchors.topMargin: 30
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
text: qsTr("Cost")
|
text: qsTr("Transaction cost")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user