From 38f4b75b128178d27bcedc8fb48a8d04b0721efc Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 8 Jun 2022 18:02:04 -0500 Subject: [PATCH] GUI: find and replace, part 4 --- src/gui/findReplace.cpp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/gui/findReplace.cpp b/src/gui/findReplace.cpp index 0daf34125..8c05be991 100644 --- a/src/gui/findReplace.cpp +++ b/src/gui/findReplace.cpp @@ -366,7 +366,24 @@ void FurnaceGUI::drawFindReplace() { if (ImGui::BeginTable("QueryReplace",3)) { ImGui::TableNextRow(); ImGui::TableNextColumn(); - ImGui::Text("..."); + ImGui::Text("Note"); + + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::Text("Ins"); + + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::Text("Volume"); + + /*ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::Text("Effect"); + + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::Text("Value");*/ + ImGui::EndTable(); } if (ImGui::Button("Replace##QueryReplace")) {