Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOrourke02 authored Oct 13, 2023
1 parent 88f5877 commit e468064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e468064

Please sign in to comment.