Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Fix action button size
Browse files Browse the repository at this point in the history
  • Loading branch information
notgoodusename committed Mar 24, 2022
1 parent ccab13e commit 4543a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Osiris/Hacks/Misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void Misc::drawPlayerList() noexcept
ImGui::Text("%d", player.armor);

if (ImGui::TableNextColumn()){
if (ImGui::Button("..."))
if (ImGui::smallButtonFullWidth("...", false))
ImGui::OpenPopup("");

if (ImGui::BeginPopup("")) {
Expand Down

0 comments on commit 4543a71

Please sign in to comment.