mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Switched to ImGui::TextUnfort
This commit is contained in:
@ -114,7 +114,7 @@ private:
|
||||
}
|
||||
|
||||
ImGui::TableSetColumnIndex(1);
|
||||
ImGui::Text("todo");
|
||||
ImGui::TextUnformatted("todo");
|
||||
}
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user