- Fix imgui asserts on table

This commit is contained in:
Infi
2025-09-19 22:49:51 +02:00
parent efdf69f782
commit 9b3e3f79e3
3 changed files with 29 additions and 34 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ internal sealed class Emote : ISettingsTab
if (table)
{
ImGui.TableSetupColumn(Language.Options_Emote_EmoteTable);
ImGui.TableSetupColumn("##Del", 0, 0.07f);
ImGui.TableSetupColumn("##Del", ImGuiTableColumnFlags.WidthStretch, 0.07f);
ImGui.TableHeadersRow();