Fixed VFO alignment

This commit is contained in:
AlexandreRouma
2020-10-20 14:59:42 +02:00
parent 6e5450ed24
commit 71f6be8d08
8 changed files with 78 additions and 50 deletions

View File

@ -124,6 +124,10 @@ private:
ImGui::SliderFloat(CONCAT("##_squelch_select_", _this->name), &_this->sigPath.squelch.level, -100, 0);
ImGui::PopItemWidth();
ImGui::Text("Snap Interval");
ImGui::SetNextItemWidth(menuColumnWidth - ImGui::GetCursorPosX());
if (ImGui:)
}
static void scriptCreateHandler(void* ctx, duk_context* dukCtx, duk_idx_t objId) {
@ -315,6 +319,7 @@ private:
int bandWidth;
int bandWidthMin;
int bandWidthMax;
double snapInterval = 100000.0;
SigPath sigPath;
};