Skip to content

Commit

Permalink
fix: fixed plot edit window style
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Oct 27, 2024
1 parent 725773b commit d63d565
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Gui/GuiPlotEdit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ class PlotEditWindow
}

ImGui::Dummy(ImVec2(-1, 5));
GuiHelper::drawCenteredText("Plot Type");
ImGui::Separator();

static int plotType = 0;
ImGui::RadioButton("Time Plot", &plotType, 0);
Expand Down Expand Up @@ -107,7 +105,7 @@ class PlotEditWindow
* @brief Text alignemnt in front of the input fields
*
*/
static constexpr size_t alignment = 15;
static constexpr size_t alignment = 18;

bool showPlotEditWindow = false;

Expand Down

0 comments on commit d63d565

Please sign in to comment.