GUI: find and replace, part 4

This commit is contained in:
tildearrow 2022-06-08 18:02:04 -05:00
parent dc3b0e8322
commit 38f4b75b12
1 changed files with 18 additions and 1 deletions

View File

@ -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")) {