From fb5aff393aa97a0136635f93e34b45567b123947 Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 5 Sep 2022 16:54:02 +0200 Subject: [PATCH] tooltip line break --- soh/soh/GameMenuBar.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 8fede76b8..13a945cfc 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -1404,7 +1404,9 @@ namespace GameMenuBar { disableKeyColors = false; } - const char* disableKeyColorsText = "This setting is disabled because a savefile is loaded without any key shuffle settings set to \"Any Dungeon\", \"Overworld\" or \"Anywhere\""; + const char* disableKeyColorsText = + "This setting is disabled because a savefile is loaded without any key\n" + "shuffle settings set to \"Any Dungeon\", \"Overworld\" or \"Anywhere\""; UIWidgets::PaddedEnhancementCheckbox("Key Colors Match Dungeon", "gRandoMatchKeyColors", true, false, disableKeyColors, disableKeyColorsText);