mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
Fix collapsing of transaction filter
This commit is contained in:
parent
c68c317776
commit
fc576a8680
@ -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 New Issue
Block a user