From ea59bc5cc05747c0f744934908c482dce8d6b1c8 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 27 Mar 2022 19:49:31 +0200 Subject: [PATCH] UI issue fixed --- core/src/gui/menus/module_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/gui/menus/module_manager.cpp b/core/src/gui/menus/module_manager.cpp index 022cb255..f2314184 100644 --- a/core/src/gui/menus/module_manager.cpp +++ b/core/src/gui/menus/module_manager.cpp @@ -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();