diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2017-02-25 20:41:58 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2017-02-25 20:41:58 +0000 |
| commit | 1f1aa9859b143f9a7c7c636a087916e251c3dc02 (patch) | |
| tree | 9e426411960ff36869fe6a2065ba44cc73f2b1ac /components | |
| parent | 2ca2376d45224f02bba54059b219abf4de679b36 (diff) | |
| download | monzero-gui-1f1aa9859b143f9a7c7c636a087916e251c3dc02.tar.gz monzero-gui-1f1aa9859b143f9a7c7c636a087916e251c3dc02.tar.xz monzero-gui-1f1aa9859b143f9a7c7c636a087916e251c3dc02.zip | |
Notifier: make this look nicer
Diffstat (limited to 'components')
| -rw-r--r-- | components/Notifier.qml | 8 |
1 files 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" |
