Switched to ImGui::TextUnfort

This commit is contained in:
AlexandreRouma
2022-01-26 14:50:16 +01:00
parent e158eabbf4
commit 03f0704dff
14 changed files with 42 additions and 71 deletions

View File

@ -114,7 +114,7 @@ private:
}
ImGui::TableSetColumnIndex(1);
ImGui::Text("todo");
ImGui::TextUnformatted("todo");
}
ImGui::EndTable();
}

View File

@ -60,7 +60,7 @@ public:
// Fill rows here
ImGui::TableNextRow();
ImGui::TableSetColumnIndex(0);
ImGui::Text("Every day at 00:00:00");
ImGui::TextUnformatted("Every day at 00:00:00");
ImGui::EndTable();
}