3 Commits

Author SHA1 Message Date
TotoEnF5
fc2d5c862a fix uninitialized variables in container layout
variables `x` and `y` shadowed the parameters, and `containerX`, `containerY`,
`containerWidth` and `containerHeight` were used without being initialized.
they could be replaced by the parameters `width` and `height`
2025-03-25 14:25:33 +01:00
Elmārs Āboliņš
81b24eee59 bug fixes and new conf values 2021-07-03 21:13:03 +03:00
Elmārs Āboliņš
43e307295e grid layout finished,
minor fixes
2021-06-15 23:55:49 +03:00