From fc760eed43b55571b0d9b93af69c80dc0343d2c8 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 5 Sep 2023 15:30:53 -0500 Subject: [PATCH] GUI: fix cut off text in settings --- src/gui/settings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 31463778..e36a6bdd 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -1074,9 +1074,7 @@ void FurnaceGUI::drawSettings() { ImGui::TableNextColumn(); ImGui::Text("Action"); ImGui::TableNextColumn(); - ImGui::Text("Learn"); ImGui::TableNextColumn(); - ImGui::Text("Remove"); for (size_t i=0; i