mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull request #493
1f1aa98
Notifier: make this look nicer (moneromooo.monero)
This commit is contained in:
commit
86a387046f
1 changed files with 3 additions and 5 deletions
|
@ -36,11 +36,9 @@ Item {
|
||||||
property bool active: false
|
property bool active: false
|
||||||
height: 120
|
height: 120
|
||||||
width: 240
|
width: 240
|
||||||
x: parent.width - width
|
property int margin: 15
|
||||||
y: parent.height - height * scale.yScale
|
x: parent.width - width - margin
|
||||||
anchors.margins:15
|
y: parent.height - height * scale.yScale - margin * scale.yScale
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.right: parent.right
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
color: "#FF6C3C"
|
color: "#FF6C3C"
|
||||||
|
|
Loading…
Reference in a new issue