diff options
| author | selsta <selsta@sent.at> | 2019-11-28 00:55:00 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-11-28 00:55:00 +0100 |
| commit | 2ab3d8ebf2bbfb4b021c4a1a8fbb024bf65e1f33 (patch) | |
| tree | 6439c8a9f8cdbfa16853238c1b55be9282b1bfb1 /MiddlePanel.qml | |
| parent | d5f4d5d93fa52876dc1fef591ea0210eab561d48 (diff) | |
| download | monzero-gui-2ab3d8ebf2bbfb4b021c4a1a8fbb024bf65e1f33.tar.gz monzero-gui-2ab3d8ebf2bbfb4b021c4a1a8fbb024bf65e1f33.tar.xz monzero-gui-2ab3d8ebf2bbfb4b021c4a1a8fbb024bf65e1f33.zip | |
MiddlePanel: remove margin bottom
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 4bb9ec4c..0bbfb67e 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -195,6 +195,7 @@ Rectangle { } anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0 + anchors.bottomMargin: 0 spacing: 0 Flickable { |
