Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBarii committed Aug 3, 2024
1 parent 85555cf commit 00e9eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/GUI/Engine/Elements/Control/ModCard/ModCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void ClickGUIElements::ModCard(float x, float y, Module *mod, int iconId, const

FlarialGUI::PushSize(x, y, BottomRoundedWidth, BottomRoundedHeight);
// Mod Name
float textx = Constraints::PercentageConstraint(0.1405, "left");
float textx = Constraints::PercentageConstraint(0.121, "left");
float texty = Constraints::PercentageConstraint(0.415, "top");
float textWidth = Constraints::RelativeConstraint(1.0);
float textHeight = Constraints::RelativeConstraint(0.2);
Expand Down

0 comments on commit 00e9eb6

Please sign in to comment.