mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 04:47:51 +02:00
UI Cleanup + Fixed waterfall zoom bug
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user