mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:47:26 -04:00
keys: dynamic panel height and qrcode is no longer clipped
This commit is contained in:
@@ -150,7 +150,7 @@ Rectangle {
|
||||
}, State {
|
||||
name: "Keys"
|
||||
PropertyChanges { target: root; currentView: keysView }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: minHeight + 200 * scaleRatio }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: keysView.keysHeight }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user