QmlDesigner.ItemLibrary: corrected layout margins and spacing

among others, the scrollbars of the Items and Resources views
have the same size and position now
This commit is contained in:
Jörg Schummer
2010-02-18 23:57:13 +02:00
parent ce41deff98
commit 72fb762809
3 changed files with 14 additions and 12 deletions

View File

@@ -124,10 +124,11 @@ Rectangle {
id: itemsFlickable
anchors.top: parent.top
anchors.topMargin: 2
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: scrollbar.left
anchors.rightMargin: 6
anchors.rightMargin: 2
clip: true
interactive: false
@@ -161,7 +162,9 @@ Rectangle {
id: scrollbar
anchors.top: parent.top
anchors.topMargin: 2
anchors.bottom: parent.bottom
anchors.bottomMargin: 2
anchors.left: parent.right
anchors.leftMargin: -10
anchors.right: parent.right