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