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:
parent
d5349490f5
commit
487446cbc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue