mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Mobile/filtering: don't show the filter line when pulling divelist down
Even though the height was zero, when pulling down the dive list for refresh, the filter input line would still be visible. With this fix it no longer is. Also remove unused property. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
26f6d95305
commit
4636fcc834
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ Kirigami.ScrollablePage {
|
||||||
id: filterHeader
|
id: filterHeader
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: filterRectangle
|
id: filterRectangle
|
||||||
default property alias data: filterBar.data
|
visible: filterBar.height > 0
|
||||||
implicitHeight: filterBar.implicitHeight
|
implicitHeight: filterBar.implicitHeight
|
||||||
implicitWidth: filterBar.implicitWidth
|
implicitWidth: filterBar.implicitWidth
|
||||||
height: filterBar.height
|
height: filterBar.height
|
||||||
|
|
Loading…
Reference in a new issue