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.
This commit is contained in:
moneromooo.monero
2016-11-19 14:22:56 +00:00
parent 26abdee5c4
commit 4e20ad819b
3 changed files with 11 additions and 154 deletions

View File

@@ -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