mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
This is not a sample properties table
This commit is contained in:
parent
ab4f9945a5
commit
4bb77ea3cb
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ void FurnaceGUI::drawWaveEdit() {
|
|||
}
|
||||
|
||||
if (settings.waveLayout){
|
||||
if (ImGui::BeginTable("SampleProps",2,ImGuiTableFlags_SizingStretchSame)) {
|
||||
if (ImGui::BeginTable("WaveProps",2,ImGuiTableFlags_SizingStretchSame)) {
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::Text("Width");
|
||||
|
|
Loading…
Reference in a new issue