mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(mediamini): add applyuiscale
This commit is contained in:
@@ -86,6 +86,7 @@ Item {
|
||||
visible: false
|
||||
text: titleText.text
|
||||
font: titleText.font
|
||||
applyUiScale: false
|
||||
pointSize: Style.fontSizeS * scaling
|
||||
}
|
||||
|
||||
@@ -299,6 +300,7 @@ Item {
|
||||
NText {
|
||||
text: hasActivePlayer ? getTitle() : placeholderText
|
||||
font: titleText.font
|
||||
applyUiScale: false
|
||||
pointSize: Style.fontSizeS * scaling
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: hasActivePlayer ? Text.AlignLeft : Text.AlignHCenter
|
||||
|
||||
Reference in New Issue
Block a user