Make the custom decorations optional

A number of people actually like those, so be nice to them.

The size change icons still don't work, but that's not my problem :)
This commit is contained in:
moneromooo.monero
2016-12-09 21:23:43 +00:00
parent 55f4858a40
commit eff8bdedc4
3 changed files with 157 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ Rectangle {
ColumnLayout {
anchors.fill: parent
anchors.margins: 2
anchors.topMargin: 0
anchors.topMargin: appWindow.persistentSettings.customDecorations ? 30 : 0
spacing: 0
@@ -185,7 +185,7 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: -5
anchors.left: parent.left
anchors.leftMargin: 40
anchors.leftMargin: appWindow.persistentSettings.customDecorations ? 20 : 40
source: "images/moneroLogo2.png"
}