mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 05:14:34 +00:00
Merge pull request #849
fc576a8
Fix collapsing of transaction filter (MaxXor)
This commit is contained in:
commit
3df70ff98c
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ Rectangle {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: tableRect
|
id: tableRect
|
||||||
property int expandedHeight: parent.height - filterHeaderText.y - filterHeaderText.height - 17
|
property int expandedHeight: parent.height - filterHeaderText.y - filterHeaderText.height - 5
|
||||||
property int middleHeight: parent.height - fromDatePicker.y - fromDatePicker.height - 17
|
property int middleHeight: parent.height - fromDatePicker.y - fromDatePicker.height - 17
|
||||||
property int collapsedHeight: parent.height - transactionTypeDropdown.y - transactionTypeDropdown.height - 17
|
property int collapsedHeight: parent.height - transactionTypeDropdown.y - transactionTypeDropdown.height - 17
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in a new issue