mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 00:33:09 +02:00
Add a space after symbol in table diff to improve readability
This commit is contained in:
@@ -268,7 +268,7 @@ public abstract class FloatMeasurementView extends MeasurementView {
|
||||
color = "grey";
|
||||
}
|
||||
return String.format(
|
||||
"<font color='%s'>%s</font><font color='grey'><small>%s</small></font>",
|
||||
"<font color='%s'>%s</font> <font color='grey'><small>%s</small></font>",
|
||||
color, symbol, formatValue(diff));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user