mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Renamed properties so its easier to understand
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user