correct table setup

This commit is contained in:
goat 2021-10-28 01:39:08 +02:00
parent 4df62e1607
commit 8b88bc18e0
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -176,11 +176,12 @@ namespace Dalamud.Interface.Internal.Windows
if (ImGui.BeginTabItem("Hooks"))
{
ImGui.Columns(3);
ImGui.Columns(4);
ImGui.SetColumnWidth(0, ImGui.GetWindowContentRegionWidth() - 280);
ImGui.SetColumnWidth(0, ImGui.GetWindowContentRegionWidth() - 330);
ImGui.SetColumnWidth(1, 180f);
ImGui.SetColumnWidth(2, 100f);
ImGui.SetColumnWidth(3, 100f);
ImGui.Text("Detour Method");
ImGui.SameLine();