From c10c9d0e93ff89f0314a382aaf8e21eb2b7c0877 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Tue, 19 Nov 2024 21:21:34 -0800 Subject: [PATCH] Reduce max char length of weather status. (#525) --- modules/menus/calendar/weather/temperature/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menus/calendar/weather/temperature/index.ts b/modules/menus/calendar/weather/temperature/index.ts index 597a75c..6a874eb 100644 --- a/modules/menus/calendar/weather/temperature/index.ts +++ b/modules/menus/calendar/weather/temperature/index.ts @@ -45,7 +45,7 @@ export const TodayTemperature = (theWeather: Variable): BoxWidget => { Widget.Box({ hpack: 'center', child: Widget.Label({ - max_width_chars: 17, + maxWidthChars: 15, truncate: 'end', lines: 2, class_name: theWeather