mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
And one more place
This commit is contained in:
@@ -162,7 +162,7 @@ void scenarioloader_ui::render_()
|
|||||||
|
|
||||||
// Draw header
|
// Draw header
|
||||||
ImVec2 header_pos(block_left + (max_width - header_size.x) * 0.5f, block_top);
|
ImVec2 header_pos(block_left + (max_width - header_size.x) * 0.5f, block_top);
|
||||||
draw_list->AddText(header_pos, IM_COL32_WHITE, STR_C("Did you know..."));
|
draw_list->AddText(header_pos, IM_COL32_WHITE, STR_C("Did you know?"));
|
||||||
|
|
||||||
// Draw trivia lines
|
// Draw trivia lines
|
||||||
ImGui::SetWindowFontScale(font_scale_mult * 0.6f);
|
ImGui::SetWindowFontScale(font_scale_mult * 0.6f);
|
||||||
|
|||||||
Reference in New Issue
Block a user