History: reclaim some vertical space from search label

This commit is contained in:
moneromooo.monero 2016-11-26 11:10:13 +00:00
parent 26abdee5c4
commit fd55cd94ed

View file

@ -171,27 +171,15 @@ Rectangle {
*/
// 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 {
id: searchLine
anchors.left: parent.left
anchors.right: parent.right
anchors.top: searchLabel.bottom // addressLabel.bottom
anchors.top: filterHeaderText.bottom
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
placeholderText: qsTr("Type search string") + translationManager.emptyString
placeholderText: qsTr("Type for incremental search...") + translationManager.emptyString
onTextChanged: {
model.searchFilter = searchLine.text
selectedAmount.text = getSelectedAmount()