mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #206
fd55cd9
History: reclaim some vertical space from search label (moneromooo.monero)
This commit is contained in:
commit
5f8c05c640
1 changed files with 2 additions and 14 deletions
|
@ -171,27 +171,15 @@ Rectangle {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Filter by string
|
// Filter by string
|
||||||
|
|
||||||
Label {
|
|
||||||
id: searchLabel
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.top: filterHeaderText.bottom // addressLine.bottom
|
|
||||||
anchors.leftMargin: 17
|
|
||||||
anchors.topMargin: 17
|
|
||||||
text: qsTr("Incremental search") + translationManager.emptyString
|
|
||||||
fontSize: 14
|
|
||||||
tipText: qsTr("Search transfers for a given string") + translationManager.emptyString
|
|
||||||
}
|
|
||||||
|
|
||||||
LineEdit {
|
LineEdit {
|
||||||
id: searchLine
|
id: searchLine
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: searchLabel.bottom // addressLabel.bottom
|
anchors.top: filterHeaderText.bottom
|
||||||
anchors.leftMargin: 17
|
anchors.leftMargin: 17
|
||||||
anchors.rightMargin: 17
|
anchors.rightMargin: 17
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
placeholderText: qsTr("Type search string") + translationManager.emptyString
|
placeholderText: qsTr("Type for incremental search...") + translationManager.emptyString
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
model.searchFilter = searchLine.text
|
model.searchFilter = searchLine.text
|
||||||
selectedAmount.text = getSelectedAmount()
|
selectedAmount.text = getSelectedAmount()
|
||||||
|
|
Loading…
Reference in a new issue