Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBarii committed Aug 4, 2024
1 parent 494d705 commit 1408194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Module/Modules/ComboCounter/ComboCounter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ComboCounter : public Module {
FlarialGUI::ScrollBar(toggleX, toggleY, 140, Constraints::SpacingConstraint(5.5, scrollviewWidth), 2);
FlarialGUI::SetScrollView(toggleX, Constraints::PercentageConstraint(0.00, "top"),
Constraints::RelativeConstraint(1.0, "width"),
Constraints::RelativeConstraint(1.0f, "height"));
Constraints::RelativeConstraint(0.88f, "height"));

this->addHeader("Module UI");
this->addSlider("UI Scale", "", this->settings.getSettingByName<float>("uiscale")->value, 2.0f);
Expand Down

0 comments on commit 1408194

Please sign in to comment.