Merge pull request #225

4e20ad8 Remove useless black bar buttons (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-12-08 23:58:49 +02:00
3 changed files with 11 additions and 154 deletions

View File

@@ -159,7 +159,7 @@ Rectangle {
ColumnLayout {
anchors.fill: parent
anchors.margins: 2
anchors.topMargin: 30
anchors.topMargin: 0
spacing: 0
@@ -178,12 +178,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