Merge pull request #2528

2ab3d8e MiddlePanel: remove margin bottom (selsta)
This commit is contained in:
luigi1111 2019-12-03 22:27:37 -06:00
commit c9c7bb9171
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -178,6 +178,7 @@ Rectangle {
} }
anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0 anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0
anchors.bottomMargin: 0
spacing: 0 spacing: 0
Flickable { Flickable {