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
@@ -29,11 +29,13 @@ NPanel {
// Cards (consistent inter-card spacing via ColumnLayout spacing)
ProfileCard {
screen: root.screen
Layout.fillWidth: true
Layout.preferredHeight: Math.max(64 * scaling)
}
WeatherCard {
screen: root.screen
Layout.fillWidth: true
Layout.preferredHeight: Math.max(220 * scaling)
}
@@ -46,12 +48,14 @@ NPanel {
// Media card
MediaCard {
screen: root.screen
Layout.fillWidth: true
Layout.fillHeight: true
}
// System monitors combined in one card
SystemMonitorCard {
screen: root.screen
Layout.preferredWidth: Style.baseWidgetSize * 2.625 * scaling
Layout.fillHeight: true
}
@@ -65,6 +69,7 @@ NPanel {
// Power Profiles switcher
PowerProfilesCard {
screen: root.screen
Layout.fillWidth: true
Layout.fillHeight: true
spacing: content.cardSpacing
@@ -72,6 +77,7 @@ NPanel {
// Utilities buttons
UtilitiesCard {
screen: root.screen
Layout.fillWidth: true
Layout.fillHeight: true
spacing: content.cardSpacing