Merge branch 'bootstrap-icons' of https://github.com/noctalia-dev/noctalia-shell into bootstrap-icons

This commit is contained in:
Ly-sec 2025-09-09 14:26:29 +02:00
commit ee44920fa4
3 changed files with 11 additions and 8 deletions

View file

@ -40,7 +40,7 @@ Rectangle {
NIcon {
icon: root.icon
font.pointSize: Style.fontSizeM * scaling
font.pointSize: Math.max(1, root.width * 0.4)
color: root.enabled && root.hovering ? colorFgHover : colorFg
// Center horizontally
x: (root.width - width) / 2