mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 01:59:47 +00:00
MediaCard: resize, made title text bigger
SystemMonitorCard: made more compact WeatherCard: made more compact ControlCenterPanel: adjust height
This commit is contained in:
@@ -85,7 +85,7 @@ NBox {
|
||||
model: weatherReady ? LocationService.data.weather.daily.time : []
|
||||
delegate: ColumnLayout {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
spacing: Style.marginL * scaling
|
||||
spacing: Style.marginXS * scaling
|
||||
NText {
|
||||
text: {
|
||||
var weatherDate = new Date(LocationService.data.weather.daily.time[index].replace(/-/g, "/"))
|
||||
|
||||
Reference in New Issue
Block a user