Skip to content
Snippets Groups Projects
Commit 850decf3 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

SidePanel: fix margin for donation card

Change-Id: Ie8777db1857e6ddbc0570d115ff37f000bebbf23
GitLab: #1439
parent bd39fbd5
Branches master
No related tags found
No related merge requests found
......@@ -344,8 +344,8 @@ SidePanelBase {
id: smartListLayout
width: parent.width
anchors.top: donation.donationVisible ? donation.bottom : searchStatusRect.bottom
anchors.topMargin: (sidePanelTabBar.visible || searchStatusRect.visible) ? 0 : 12
anchors.top: donation.visible ? donation.bottom : searchStatusRect.bottom
anchors.topMargin: !donation.visible && (sidePanelTabBar.visible || searchStatusRect.visible) ? 0 : 12
anchors.bottom: parent.bottom
spacing: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment