diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-11-19 14:22:56 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-11-29 13:19:55 +0000 |
| commit | 4e20ad819b15a450b706372a93b3227a3d3efe11 (patch) | |
| tree | 47ca9ecbe8aebf563448e219d083d722b82e7874 /MiddlePanel.qml | |
| parent | 26abdee5c47017a80117b1bed5ee36586a240c62 (diff) | |
| download | monzero-gui-4e20ad819b15a450b706372a93b3227a3d3efe11.tar.gz monzero-gui-4e20ad819b15a450b706372a93b3227a3d3efe11.tar.xz monzero-gui-4e20ad819b15a450b706372a93b3227a3d3efe11.zip | |
Remove useless black bar buttons
Except the yellow layout change one, which is actually useful
The size change buttons don't work.
Also tweak the WM hints to make sure there's a close button
displayed on all platforms.
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index e14255a5..9acf0770 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -150,7 +150,7 @@ Rectangle { ColumnLayout { anchors.fill: parent anchors.margins: 2 - anchors.topMargin: 30 + anchors.topMargin: 0 spacing: 0 @@ -169,12 +169,13 @@ Rectangle { anchors.verticalCenter: parent.verticalCenter anchors.verticalCenterOffset: -5 anchors.left: parent.left - anchors.leftMargin: 20 + anchors.leftMargin: 40 source: "images/moneroLogo2.png" } Grid { anchors.verticalCenter: parent.verticalCenter + anchors.top: parent.top anchors.right: parent.right width: 256 columns: 3 |
