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 excess margin above donation box

The top margin is unnecessary when the invitations tab is not present.

Change-Id: Ic0aafdd72d3d99f3764eeac72b2efe0c11a604ed
This commit is contained in:
Andreas Traczyk 2024-02-14 15:16:59 -05:00
parent d5349490f5
commit 487446cbc3

View file

@ -341,7 +341,7 @@ SidePanelBase {
Layout.fillWidth: true
Layout.leftMargin: 15
Layout.rightMargin: 15
Layout.topMargin: 10
Layout.topMargin: sidePanelTabBar.visible ? 10 : 0
visible: JamiQmlUtils.isDonationBannerVisible
}