Merge branch 'main' of github.com:noctalia-dev/noctalia-shell
This commit is contained in:
commit
b157d855a8
8 changed files with 423 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue