center tuning and more

This commit is contained in:
Ryzerth
2020-12-08 16:27:52 +01:00
parent 7ba6081cb3
commit 16d8a31c12
9 changed files with 49 additions and 7 deletions

View File

@ -151,7 +151,10 @@ void FrequencySelect::draw() {
frequency = freq;
ImGui::PopFont();
ImGui::NewLine();
ImGui::SetCursorPosX(digitBottomMaxs[11].x + 17);
//ImGui::NewLine();
}
void FrequencySelect::setFrequency(uint64_t freq) {