mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Add scaling to everything, edit SidePanel
This commit is contained in:
@@ -42,7 +42,7 @@ Item {
|
||||
}
|
||||
}
|
||||
font.family: mouseAreaBell.containsMouse ? "Material Symbols Rounded" : "Material Symbols Outlined"
|
||||
font.pixelSize: 16
|
||||
font.pixelSize: 16 * Theme.uiScale
|
||||
font.weight: {
|
||||
if (shell && shell.notificationHistoryWin && shell.notificationHistoryWin.hasUnread) {
|
||||
return Font.Bold;
|
||||
|
||||
Reference in New Issue
Block a user