milliseconds in smaller font
This commit is contained in:
@ -38,7 +38,7 @@ public:
|
|||||||
- converted.hours()
|
- converted.hours()
|
||||||
- converted.minutes()
|
- converted.minutes()
|
||||||
- converted.seconds();
|
- converted.seconds();
|
||||||
return fmt::format("Up: {:02d}:{:02d}:{:02d}&7.{:03d}",
|
return fmt::format("Up: {:02d}:{:02d}:{:02d}&s&7.{:03d}",
|
||||||
converted.hours().count(),
|
converted.hours().count(),
|
||||||
converted.minutes().count(),
|
converted.minutes().count(),
|
||||||
converted.seconds().count(),
|
converted.seconds().count(),
|
||||||
|
Reference in New Issue
Block a user