mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Adjust gradient image height
This commit is contained in:
parent
2629c767a8
commit
f9e264ca0a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Rectangle {
|
||||||
|
|
||||||
// button gradient while checked
|
// button gradient while checked
|
||||||
Image {
|
Image {
|
||||||
height: 40
|
height: parent.height
|
||||||
width: 260
|
width: 260
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
Loading…
Reference in a new issue