Moved statusdisplay text so you can read it better
This commit is contained in:
@ -144,7 +144,7 @@ std::string getBatteryPercentageString()
|
||||
|
||||
std::string getBatteryRemainingWattHoursString()
|
||||
{
|
||||
return fmt::format("{:.1f} Wh", getRemainingWattHours());
|
||||
return fmt::format("{:.1f}Wh", getRemainingWattHours());
|
||||
}
|
||||
|
||||
std::string getBatteryCellTypeString()
|
||||
|
@ -78,8 +78,8 @@ private:
|
||||
espgui::ProgressBar m_progressBarBrems{150, 15, 90, 15, 0, 1000};
|
||||
|
||||
espgui::Label m_batterypercent{0, 30};
|
||||
espgui::Label m_watthoursleft{110, 30};
|
||||
espgui::Label m_kilometersleft{175, 30};
|
||||
espgui::Label m_watthoursleft{107, 30};
|
||||
espgui::Label m_kilometersleft{176, 30};
|
||||
|
||||
BoardStatus m_frontStatus{45};
|
||||
BoardStatus m_backStatus{145};
|
||||
|
Reference in New Issue
Block a user