Skip to content

Commit f9bcba3

Browse files
authored
fix(color): attempt to show units for value widget if height < 50 (#5811)
1 parent 9da3613 commit f9bcba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

radio/src/gui/colorlcd/widgets/value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ValueWidget: public Widget
8585
yValue = -2;
8686
xLabel = NUMBERS_PADDING;
8787
yLabel = +2;
88-
attrValue = RIGHT | NO_UNIT | FONT(L);
88+
attrValue = RIGHT | FONT(L);
8989
}
9090
else {
9191
switch (label_alignment) {

0 commit comments

Comments
 (0)