Reduce max char length of weather status. (#525)

This commit is contained in:
Jas Singh
2024-11-19 21:21:34 -08:00
committed by GitHub
parent 0555a84b30
commit c10c9d0e93

View File

@@ -45,7 +45,7 @@ export const TodayTemperature = (theWeather: Variable<Weather>): BoxWidget => {
Widget.Box({
hpack: 'center',
child: Widget.Label({
max_width_chars: 17,
maxWidthChars: 15,
truncate: 'end',
lines: 2,
class_name: theWeather