GUI: find and replace, part 4
This commit is contained in:
parent
dc3b0e8322
commit
38f4b75b12
|
@ -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")) {
|
||||||
|
|
Loading…
Reference in a new issue