Renamed properties so its easier to understand
This commit is contained in:
parent
1658c53393
commit
50e1de1dc1
7 changed files with 34 additions and 33 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue