UI Cleanup + Fixed waterfall zoom bug

This commit is contained in:
Ryzerth
2021-08-31 18:39:48 +02:00
parent ec6a258958
commit 22acf33c01
31 changed files with 163 additions and 214 deletions

View File

@ -126,8 +126,7 @@ private:
}
if (listening) { style::endDisabled(); }
ImGui::Text("Controlled VFO");
ImGui::SameLine();
ImGui::LeftLabel("Controlled VFO");
ImGui::SetNextItemWidth(menuWidth - ImGui::GetCursorPosX());
{
std::lock_guard lck(_this->vfoMtx);
@ -141,8 +140,7 @@ private:
}
}
ImGui::Text("Controlled Recorder");
ImGui::SameLine();
ImGui::LeftLabel("Controlled Recorder");
ImGui::SetNextItemWidth(menuWidth - ImGui::GetCursorPosX());
{
std::lock_guard lck(_this->vfoMtx);