mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 14:20: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::TextColored(ImVec4(1, 0.7f, 0, 1), "Card overrides");
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
ImGui::TextUnformatted(
|
ImGui::TextUnformatted("Specify hardcoded card numbers here.");
|
||||||
"Specify hardcoded card numbers here. This will always take priority when Insert Card is pressed.");
|
ImGui::TextUnformatted("Overrides will always take priority when Insert Card is pressed.");
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
|
|
||||||
// read in values from options
|
// read in values from options
|
||||||
|
|||||||
Reference in New Issue
Block a user