mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Keys page height fix
This commit is contained in:
parent
a72a76d3e6
commit
2d357b6c12
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ Rectangle {
|
|||
}, State {
|
||||
name: "Keys"
|
||||
PropertyChanges { target: root; currentView: keysView }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: minHeight }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: minHeight + 200 * scaleRatio }
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue