From fc576a8680b0023c5470d25f4e341267ad53bd07 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Sun, 3 Sep 2017 14:44:28 +0200 Subject: [PATCH] Fix collapsing of transaction filter --- pages/History.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/History.qml b/pages/History.qml index 44027e6d..cd8b03d8 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -457,7 +457,7 @@ Rectangle { Rectangle { 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 collapsedHeight: parent.height - transactionTypeDropdown.y - transactionTypeDropdown.height - 17 anchors.left: parent.left