Removed all layer.enabled as they do not play well with fractional scaling.

This commit is contained in:
LemmyCook 2025-09-04 20:36:32 -04:00
parent a249e15c58
commit e5aee79d47
6 changed files with 1 additions and 36 deletions

View file

@ -188,7 +188,6 @@ Loader {
radius: Style.radiusL * scaling
border.color: Color.mOutline
border.width: Math.max(1, Style.borderS * scaling)
layer.enabled: true
width: panelWidth
height: panelHeight