Fixing clipping through the search bar in history.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f11792c03a
commit
727231c954
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ Item {
|
|||
anchors.top: filterInput.bottom
|
||||
|
||||
ScrollBar.horizontal.visible: false
|
||||
clip: true
|
||||
|
||||
Flickable {
|
||||
width: parent.width
|
||||
|
|
Loading…
Reference in a new issue