1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-05 19:56:26 +01:00

Merge pull request #1336

25e5b35 dynamic panel height for the settings page
This commit is contained in:
luigi1111 2018-04-24 21:35:52 -05:00
commit 631560c95a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@ Rectangle {
}, State {
name: "Settings"
PropertyChanges { target: root; currentView: settingsView }
PropertyChanges { target: mainFlickable; contentHeight: 2000 * scaleRatio }
PropertyChanges { target: mainFlickable; contentHeight: settingsView.settingsHeight + 100 }
}, State {
name: "Mining"
PropertyChanges { target: root; currentView: miningView }

View File

@ -39,6 +39,7 @@ import moneroComponents.Clipboard 1.0
Rectangle {
property bool viewOnly: false
property alias settingsHeight: mainLayout.height
id: page
color: "transparent"