Removing horizontal scrollbar from history
This commit is contained in:
parent
7030af60f1
commit
78343cf153
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ import "../js/utils.js" as Utils
|
||||||
ScrollView {
|
ScrollView {
|
||||||
id: historyBrowser
|
id: historyBrowser
|
||||||
|
|
||||||
|
ScrollBar.horizontal.visible: false
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\qmlproperty int HistoryBrowser::actionWidth
|
\qmlproperty int HistoryBrowser::actionWidth
|
||||||
Width of the actions.
|
Width of the actions.
|
||||||
|
|
Loading…
Reference in a new issue