We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da3613 commit f9bcba3Copy full SHA for f9bcba3
1 file changed
radio/src/gui/colorlcd/widgets/value.cpp
@@ -85,7 +85,7 @@ class ValueWidget: public Widget
85
yValue = -2;
86
xLabel = NUMBERS_PADDING;
87
yLabel = +2;
88
- attrValue = RIGHT | NO_UNIT | FONT(L);
+ attrValue = RIGHT | FONT(L);
89
}
90
else {
91
switch (label_alignment) {
0 commit comments