GUI: find and replace, part 4

This commit is contained in:
tildearrow 2022-06-08 18:02:04 -05:00
parent dc3b0e8322
commit 38f4b75b12

View file

@ -366,7 +366,24 @@ void FurnaceGUI::drawFindReplace() {
if (ImGui::BeginTable("QueryReplace",3)) { if (ImGui::BeginTable("QueryReplace",3)) {
ImGui::TableNextRow(); ImGui::TableNextRow();
ImGui::TableNextColumn(); 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(); ImGui::EndTable();
} }
if (ImGui::Button("Replace##QueryReplace")) { if (ImGui::Button("Replace##QueryReplace")) {