mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +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 (settings.waveLayout){
|
||||||
if (ImGui::BeginTable("SampleProps",2,ImGuiTableFlags_SizingStretchSame)) {
|
if (ImGui::BeginTable("WaveProps",2,ImGuiTableFlags_SizingStretchSame)) {
|
||||||
ImGui::TableNextRow();
|
ImGui::TableNextRow();
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
ImGui::Text("Width");
|
ImGui::Text("Width");
|
||||||
|
|
Loading…
Reference in a new issue