NPanel refactor - 1st pass: SidePanel and settings an new logic
This commit is contained in:
parent
c8a93d7d1e
commit
57fee68793
14 changed files with 500 additions and 616 deletions
|
|
@ -61,7 +61,7 @@ NBox {
|
|||
tooltipText: "Open Settings"
|
||||
onClicked: {
|
||||
settingsPanel.requestedTab = SettingsPanel.Tab.General
|
||||
settingsPanel.isLoaded = !settingsPanel.isLoaded
|
||||
settingsPanel.open(screen)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -78,8 +78,9 @@ NBox {
|
|||
|
||||
PowerMenu {
|
||||
id: powerMenu
|
||||
anchors.top: powerButton.bottom
|
||||
anchors.right: powerButton.right
|
||||
// TBC
|
||||
// anchors.top: powerButton.bottom
|
||||
// anchors.right: powerButton.right
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue