aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authormoneromooo.monero <moneromooo.monero@users.noreply.github.com>2016-12-09 21:23:43 +0000
committermoneromooo.monero <moneromooo.monero@users.noreply.github.com>2016-12-16 21:36:41 +0000
commiteff8bdedc48b3c1d1951405338d8556f107fd127 (patch)
tree7f087ffb740ee2ecb314e2c434d7f24303dc19d4 /MiddlePanel.qml
parent55f4858a40948da244b1b5c48799d35f69f7a4a3 (diff)
downloadmonzero-gui-eff8bdedc48b3c1d1951405338d8556f107fd127.tar.gz
monzero-gui-eff8bdedc48b3c1d1951405338d8556f107fd127.tar.xz
monzero-gui-eff8bdedc48b3c1d1951405338d8556f107fd127.zip
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 :)
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 6f6e3043..b21da0c0 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -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"
}