mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Change did you know from "..." to "?"
This commit is contained in:
@@ -149,7 +149,7 @@ void scenarioloader_ui::render_()
|
||||
|
||||
// Measure header width
|
||||
ImGui::SetWindowFontScale(font_scale_mult * 1.0f);
|
||||
ImVec2 header_size = ImGui::CalcTextSize(STR_C("Did you know..."));
|
||||
ImVec2 header_size = ImGui::CalcTextSize(STR_C("Did you know?"));
|
||||
if (header_size.x > max_width)
|
||||
max_width = header_size.x; // blok musi też pomieścić nagłówek
|
||||
|
||||
|
||||
Reference in New Issue
Block a user