mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
fix truncated text
This commit is contained in:
@@ -4209,8 +4209,8 @@ namespace overlay::windows {
|
||||
|
||||
ImGui::TextColored(ImVec4(1, 0.7f, 0, 1), "Card overrides");
|
||||
ImGui::Spacing();
|
||||
ImGui::TextUnformatted(
|
||||
"Specify hardcoded card numbers here. This will always take priority when Insert Card is pressed.");
|
||||
ImGui::TextUnformatted("Specify hardcoded card numbers here.");
|
||||
ImGui::TextUnformatted("Overrides will always take priority when Insert Card is pressed.");
|
||||
ImGui::Spacing();
|
||||
|
||||
// read in values from options
|
||||
|
||||
Reference in New Issue
Block a user