From e9822eed62a89c9de09d6fa6181df102da8e7e69 Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Sat, 3 Sep 2022 14:25:47 -0700 Subject: [PATCH] Add line break in tooltip --- soh/soh/GameMenuBar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 50e914dd3..ae6aae2df 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -878,9 +878,9 @@ namespace GameMenuBar { UIWidgets::PaddedEnhancementCheckbox("Pull grave during the day", "gDayGravePull", true, false); UIWidgets::Tooltip("Allows graves to be pulled when child during the day"); UIWidgets::PaddedEnhancementCheckbox("Blue Fire Arrows", "gBlueFireArrows", true, false); - UIWidgets::Tooltip("Allows Ice Arrows to melt red ice. May require a room reload if toggled during gameplay."); + UIWidgets::Tooltip("Allows Ice Arrows to melt red ice.\nMay require a room reload if toggled during gameplay."); UIWidgets::PaddedEnhancementCheckbox("Sunlight Arrows", "gSunlightArrows", true, false); - UIWidgets::Tooltip("Allows Light Arrows to activate sun switches. May require a room reload if toggled during gameplay."); + UIWidgets::Tooltip("Allows Light Arrows to activate sun switches.\nMay require a room reload if toggled during gameplay."); ImGui::EndMenu(); }