Tooltips: fixed a bunch of tooltips which where not following the screen's scaling

This commit is contained in:
ItsLemmy
2025-10-01 16:50:54 -04:00
parent 88871e3fbe
commit 49a0c8449f
13 changed files with 31 additions and 2 deletions
+2
View File
@@ -154,6 +154,8 @@ PopupWindow {
screenWidth = targetItem.screen.width
screenHeight = targetItem.screen.height
scaling = ScalingService.getScreenScale(targetItem.screen)
} else {
Logger.warn("Tooltip", "Could not get screen scale for targetItem:", targetItem)
}
}