Merge branch 'main' of github.com:noctalia-dev/noctalia-shell

This commit is contained in:
LemmyCook 2025-09-10 20:45:56 -04:00
commit b157d855a8
8 changed files with 423 additions and 33 deletions

View file

@ -15,6 +15,7 @@ Item {
property bool disableOpen: false
property bool rightOpen: false
property bool hovered: false
property real fontSize: Style.fontSizeXS
// Effective shown state (true if hovered/animated open or forced)
readonly property bool revealed: forceOpen || showPill
@ -69,7 +70,7 @@ Item {
return centerX + offset
}
text: root.text
font.pointSize: Style.fontSizeXS * scaling
font.pointSize: root.fontSize * scaling
font.weight: Style.fontWeightBold
color: Color.mPrimary
visible: revealed