mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
UI Cleanup + Fixed waterfall zoom bug
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <gui/widgets/bandplan.h>
|
||||
#include <gui/gui.h>
|
||||
#include <core.h>
|
||||
#include <gui/style.h>
|
||||
|
||||
namespace bandplanmenu {
|
||||
int bandplanId;
|
||||
@@ -44,8 +45,7 @@ namespace bandplanmenu {
|
||||
}
|
||||
ImGui::PopItemWidth();
|
||||
|
||||
ImGui::Text("Position");
|
||||
ImGui::SameLine();
|
||||
ImGui::LeftLabel("Position");
|
||||
ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX());
|
||||
if (ImGui::Combo("##_bandplan_pos_", &bandPlanPos, bandPlanPosTxt)) {
|
||||
gui::waterfall.setBandPlanPos(bandPlanPos);
|
||||
|
||||
Reference in New Issue
Block a user