Reduce max char length of weather status. (#525)
This commit is contained in:
@@ -45,7 +45,7 @@ export const TodayTemperature = (theWeather: Variable<Weather>): BoxWidget => {
|
|||||||
Widget.Box({
|
Widget.Box({
|
||||||
hpack: 'center',
|
hpack: 'center',
|
||||||
child: Widget.Label({
|
child: Widget.Label({
|
||||||
max_width_chars: 17,
|
maxWidthChars: 15,
|
||||||
truncate: 'end',
|
truncate: 'end',
|
||||||
lines: 2,
|
lines: 2,
|
||||||
class_name: theWeather
|
class_name: theWeather
|
||||||
|
|||||||
Reference in New Issue
Block a user