forked from Public/monero-gui
middlepanel: fix length of scrollable area on Transfer page
This commit is contained in:
@@ -118,7 +118,7 @@ Rectangle {
|
|||||||
}, State {
|
}, State {
|
||||||
name: "Transfer"
|
name: "Transfer"
|
||||||
PropertyChanges { target: root; currentView: transferView }
|
PropertyChanges { target: root; currentView: transferView }
|
||||||
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
|
PropertyChanges { target: mainFlickable; contentHeight: 700 * scaleRatio }
|
||||||
}, State {
|
}, State {
|
||||||
name: "Receive"
|
name: "Receive"
|
||||||
PropertyChanges { target: root; currentView: receiveView }
|
PropertyChanges { target: root; currentView: receiveView }
|
||||||
|
|||||||
Reference in New Issue
Block a user