Align subsurface logo correctly
The right hand side of the logo was slightly off of the left orientation line for the rest of the layout. This changes it to Units.smallSpacing, which is used for this kind of spacing. Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
parent
e12c784db4
commit
52b3c68b24
@ -21,9 +21,9 @@ Rectangle {
|
||||
anchors.bottom: topPart.bottom
|
||||
anchors.bottomMargin: MobileComponents.Units.smallSpacing
|
||||
anchors.left: topPart.left
|
||||
anchors.leftMargin: MobileComponents.Units.largeSpacing / 2
|
||||
anchors.leftMargin: MobileComponents.Units.smallSpacing
|
||||
anchors.right: topPart.right
|
||||
anchors.rightMargin: MobileComponents.Units.largeSpacing / 2
|
||||
anchors.rightMargin: MobileComponents.Units.smallSpacing
|
||||
Item {
|
||||
Layout.preferredHeight: subsurfaceLogo.height
|
||||
Rectangle { color: "green"; anchors.fill: parent; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user