mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
middlepanel: fix length of scrollable area on Transfer page
This commit is contained in:
parent
59fc48bd8b
commit
77ec8e5bda
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Rectangle {
|
|||
}, State {
|
||||
name: "Transfer"
|
||||
PropertyChanges { target: root; currentView: transferView }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: 700 * scaleRatio }
|
||||
}, State {
|
||||
name: "Receive"
|
||||
PropertyChanges { target: root; currentView: receiveView }
|
||||
|
|
Loading…
Reference in a new issue