ControlCenter: new layout with all shortcuts on top for quicker access.

This commit is contained in:
ItsLemmy
2025-10-06 23:27:08 -04:00
parent 7989bcf93b
commit 6ae8db3068
11 changed files with 380 additions and 295 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ NBox {
model: weatherReady ? LocationService.data.weather.daily.time : []
delegate: ColumnLayout {
Layout.alignment: Qt.AlignHCenter
spacing: Style.marginL * scaling
spacing: Style.marginS * scaling
NText {
text: {
var weatherDate = new Date(LocationService.data.weather.daily.time[index].replace(/-/g, "/"))