Fix NPanel scaling on Qt6.10

This commit is contained in:
ItsLemmy
2025-10-11 11:28:03 -04:00
parent c487f1982e
commit df6fdf3656
+2 -1
View File
@@ -143,8 +143,9 @@ Loader {
readonly property real verticalBarWidth: Math.round(Style.barHeight * scaling)
Component.onCompleted: {
Logger.log("NPanel", "Opened", root.objectName)
Logger.log("NPanel", "Opened", root.objectName, "on", screen.name)
dimmingOpacity = Style.opacityHeavy
root.scaling = scaling = ScalingService.getScreenScale(screen)
}
Connections {