mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Tooltips: fixed a bunch of tooltips which were not properly scaled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user