From e46806439367c58babe6e30830086ae4d1636071 Mon Sep 17 00:00:00 2001 From: Daniel Jones <145261080+DanielJones02@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:44:55 +0100 Subject: [PATCH] Update main.cpp --- gui/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/main.cpp b/gui/main.cpp index 2798622..3f0e778 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -40,8 +40,8 @@ void main_tabs() ImGui::SetNextWindowSizeConstraints(ImGui::GetMainViewport()->Size, ImGui::GetMainViewport()->Size); - static int dpl = 6; - ImGui::SliderInt("Password Length", &dpl, 6, 20); // slider for password length + static int dpl = 7; + ImGui::SliderInt("Password Length", &dpl, 7, 20); // slider for password length ImGui::Spacing(); static std::string generatedPassword;