forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user