Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBarii committed Aug 3, 2024
1 parent 0f1fed1 commit 6fc5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Module/Modules/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void Module::addHeader(std::string text) {
col.a = o_colors_secondary6;

std::string name = FlarialGUI::FlarialTextWithFont(x, y, FlarialGUI::to_wide(text).c_str(), 500, 0, DWRITE_TEXT_ALIGNMENT_LEADING, Constraints::RelativeConstraint(0.215f, "height", true), DWRITE_FONT_WEIGHT_BOLD, false);
FlarialGUI::RoundedRect(x, y + Constraints::RelativeConstraint(0.011f, "width", true), col, FlarialGUI::TextSizes[name], 3.0f, 0, 0);
FlarialGUI::RoundedRect(x, y + Constraints::RelativeConstraint(0.023f, "width"), col, FlarialGUI::TextSizes[name], 3.0f, 0, 0);

padding += Constraints::RelativeConstraint(0.055f, "height", true);
}
Expand Down

0 comments on commit 6fc5bd6

Please sign in to comment.