Tooltips: fixed a bunch of tooltips which were not properly scaled.

This commit is contained in:
ItsLemmy
2025-10-03 19:02:53 -04:00
parent 46707fb926
commit 47b0ace199
20 changed files with 30 additions and 13 deletions
@@ -9,6 +9,7 @@ import qs.Widgets
NBox {
id: root
property ShellScreen screen
readonly property bool weatherReady: (LocationService.data.weather !== null)
ColumnLayout {