From 78343cf153b728363ff378a5489817ae07574358 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 31 Jan 2022 17:05:05 +0100 Subject: [PATCH] Removing horizontal scrollbar from history --- .../qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml index d798687..f785cd0 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/History/HistoryBrowser.qml @@ -35,6 +35,8 @@ import "../js/utils.js" as Utils ScrollView { id: historyBrowser + ScrollBar.horizontal.visible: false + /*! \qmlproperty int HistoryBrowser::actionWidth Width of the actions.