Renamed properties so its easier to understand

This commit is contained in:
quadbyte 2025-08-20 10:36:45 -04:00
parent 1658c53393
commit 50e1de1dc1
7 changed files with 34 additions and 33 deletions

View file

@ -11,9 +11,9 @@ import qs.Widgets
NPanel {
id: root
rWidth: Math.max(screen?.width * 0.5, 1280) * scaling
rHeight: Math.max(screen?.height * 0.5, 720) * scaling
rAnchorCentered: true
panelWidth: Math.max(screen?.width * 0.5, 1280) * scaling
panelHeight: Math.max(screen?.height * 0.5, 720) * scaling
panelAnchorCentered: true
// Tabs enumeration, order is NOT relevant
enum Tab {