mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Merge branch 'main' into feature/NK-146-particle-system
This commit is contained in:
@@ -38,7 +38,7 @@ void MaterialEditor::Draw(Ref<Nuake::Material> material)
|
||||
|
||||
if (flagsHeaderOpened)
|
||||
{
|
||||
ImGui::BeginTable("##Flags", 3, ImGuiTableFlags_BordersInner);
|
||||
ImGui::BeginTable("##Flags", 3, ImGuiTableFlags_BordersInner | ImGuiTableFlags_SizingStretchProp);
|
||||
{
|
||||
ImGui::TableSetupColumn("name", 0, 0.3f);
|
||||
ImGui::TableSetupColumn("set", 0, 0.6f);
|
||||
|
||||
Reference in New Issue
Block a user