Skip to content
Snippets Groups Projects
Commit ad0c4647 authored by Jörg Schummer's avatar Jörg Schummer Committed by Lasse Holmstedt
Browse files

QmlDesigner.ItemLibrary: Hide scroll bar when not needed

Task-number: BAUHAUS-447
Task-number: BAUHAUS-639
parent 34ae2e83
No related branches found
No related tags found
No related merge requests found
......@@ -219,10 +219,7 @@ content position out of scope regarding the scrollbar. */
anchors.bottom: parent.bottom
anchors.bottomMargin: 1
anchors.right: parent.right
// The next line unfortunately introduces a cyclic property binding (strangely,
// in SectionView)
// width: (itemsFlickable.contentHeight > itemsFlickable.height)? 11:0
width: 11
width: (itemsFlickable.contentHeight > itemsFlickable.height)? 11:0
Scrollbar {
id: scrollbar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment