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:
parent
bd39fbd5a4
commit
850decf38e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue