mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-23 02:52:58 +01:00
Notifier: make this look nicer
This commit is contained in:
parent
2ca2376d45
commit
1f1aa9859b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user