mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
MediaCard: resize, made title text bigger
SystemMonitorCard: made more compact WeatherCard: made more compact ControlCenterPanel: adjust height
This commit is contained in:
@@ -110,7 +110,7 @@ NBox {
|
||||
}
|
||||
}
|
||||
|
||||
// Player selector - positioned at the very top
|
||||
// Player selector
|
||||
Rectangle {
|
||||
id: playerSelectorButton
|
||||
anchors.top: parent.top
|
||||
@@ -306,7 +306,7 @@ NBox {
|
||||
NText {
|
||||
visible: MediaService.trackTitle !== ""
|
||||
text: MediaService.trackTitle
|
||||
pointSize: Style.fontSizeM * scaling
|
||||
pointSize: Style.fontSizeL * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
elide: Text.ElideRight
|
||||
wrapMode: Text.Wrap
|
||||
|
||||
Reference in New Issue
Block a user