From 727231c954d3623f139d59e9a340c7f73e85ad14 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 2 Feb 2022 23:03:46 +0100 Subject: [PATCH] Fixing clipping through the search bar in history. --- .../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml index 1c8365d..cb35499 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml @@ -63,6 +63,7 @@ Item { anchors.top: filterInput.bottom ScrollBar.horizontal.visible: false + clip: true Flickable { width: parent.width