mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Merge pull request #1834
77ec8e5
middlepanel: fix length of scrollable area on Transfer page (mmbyday)
This commit is contained in:
commit
9b3a0d5b13
@ -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 New Issue
Block a user