mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 19:47:26 -04:00
Reworked page 'Settings', added a stackview
This commit is contained in:
@@ -37,6 +37,7 @@ import QtGraphicalEffects 1.0
|
||||
import moneroComponents.Wallet 1.0
|
||||
|
||||
import "./pages"
|
||||
import "./pages/settings"
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
@@ -141,7 +142,7 @@ Rectangle {
|
||||
}, State {
|
||||
name: "Settings"
|
||||
PropertyChanges { target: root; currentView: settingsView }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: settingsView.settingsHeight + 100 }
|
||||
PropertyChanges { target: mainFlickable; contentHeight: settingsView.settingsHeight }
|
||||
}, State {
|
||||
name: "Mining"
|
||||
PropertyChanges { target: root; currentView: miningView }
|
||||
|
||||
Reference in New Issue
Block a user