mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #1220
a272427
Increase panel height for the settings page
This commit is contained in:
commit
a229f7006f
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ Rectangle {
|
|||
}, State {
|
||||
name: "Settings"
|
||||
PropertyChanges { target: root; currentView: settingsView }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: 1400 * scaleRatio }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: 2000 * scaleRatio }
|
||||
}, State {
|
||||
name: "Mining"
|
||||
PropertyChanges { target: root; currentView: miningView }
|
||||
|
|
Loading…
Reference in a new issue