Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b7a7e997
Commit
b7a7e997
authored
Apr 29, 2010
by
Jörg Schummer
Committed by
Lasse Holmstedt
Apr 30, 2010
Browse files
QmlDesigner.ItemLibrary: Hide scroll bar when not needed
Task-number: BAUHAUS-447 Task-number: BAUHAUS-639
parent
de1fdf89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml
View file @
b7a7e997
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment