1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

SidePanel: fix margin for donation card

Change-Id: Ie8777db1857e6ddbc0570d115ff37f000bebbf23
GitLab: #1439
This commit is contained in:
Sébastien Blin 2023-12-04 09:27:23 -05:00
parent bd39fbd5a4
commit 850decf38e

View file

@ -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