kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
UI issue fixed
rodzic
47b54743bd
commit
ea59bc5cc0
|
@ -83,7 +83,7 @@ namespace module_manager_menu {
|
||||||
if (ImGui::BeginTable("Module Manager Add Table", 3)) {
|
if (ImGui::BeginTable("Module Manager Add Table", 3)) {
|
||||||
ImGui::TableSetupColumn("Name");
|
ImGui::TableSetupColumn("Name");
|
||||||
ImGui::TableSetupColumn("Type");
|
ImGui::TableSetupColumn("Type");
|
||||||
ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, cellWidth);
|
ImGui::TableSetupColumn("", ImGuiTableColumnFlags_WidthFixed, cellWidth + cellpad.x);
|
||||||
|
|
||||||
ImGui::TableNextRow();
|
ImGui::TableNextRow();
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue