From 1f1aa9859b143f9a7c7c636a087916e251c3dc02 Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sat, 25 Feb 2017 20:41:58 +0000 Subject: [PATCH] Notifier: make this look nicer --- components/Notifier.qml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/Notifier.qml b/components/Notifier.qml index ed380945..8edc71e5 100644 --- a/components/Notifier.qml +++ b/components/Notifier.qml @@ -36,11 +36,9 @@ Item { property bool active: false height: 120 width: 240 - x: parent.width - width - y: parent.height - height * scale.yScale - anchors.margins:15 - anchors.bottom: parent.bottom - anchors.right: parent.right + property int margin: 15 + x: parent.width - width - margin + y: parent.height - height * scale.yScale - margin * scale.yScale Rectangle { color: "#FF6C3C"