mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue