Skip to content
Snippets Groups Projects
Commit 487446cb authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

sidepanel: fix excess margin above donation box

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

Change-Id: Ic0aafdd72d3d99f3764eeac72b2efe0c11a604ed
parent d5349490
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
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