NPanel: Reworked all margins and X,Y computation to make things simpler. Fix #298

- Temporarily removed Dimming as it was a pain to manage on each panel,
this will be reimplemented in a better way soon.
This commit is contained in:
LemmyCook 2025-09-16 20:28:07 -04:00
parent b625df6484
commit eb26aa10f7
3 changed files with 99 additions and 121 deletions

View file

@ -12,7 +12,6 @@ NPanel {
preferredWidth: 340
preferredHeight: 320
panelAnchorRight: Settings.data.bar.position === "right"
// Main Column
panelContent: ColumnLayout {

View file

@ -14,7 +14,6 @@ NPanel {
preferredWidth: 380
preferredHeight: 500
panelAnchorRight: Settings.data.bar.position === "right"
panelKeyboardFocus: true
panelContent: Rectangle {