Skip to content

Commit

Permalink
UI issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Mar 27, 2022
1 parent 47b5474 commit ea59bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/gui/menus/module_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace module_manager_menu {
if (ImGui::BeginTable("Module Manager Add Table", 3)) {
ImGui::TableSetupColumn("Name");
ImGui::TableSetupColumn("Type");
ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, cellWidth);
ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, cellWidth + cellpad.x);

ImGui::TableNextRow();

Expand Down

0 comments on commit ea59bc5

Please sign in to comment.