diff --git a/PlayerTags/Configuration/PluginConfigurationUI.cs b/PlayerTags/Configuration/PluginConfigurationUI.cs index 48fdab5..c25073c 100644 --- a/PlayerTags/Configuration/PluginConfigurationUI.cs +++ b/PlayerTags/Configuration/PluginConfigurationUI.cs @@ -41,7 +41,7 @@ namespace PlayerTags.Configuration return; } - ImGui.SetNextWindowSize(new Vector2(400, 500), ImGuiCond.FirstUseEver); + ImGui.SetNextWindowSize(new Vector2(600, 500), ImGuiCond.FirstUseEver); if (ImGui.Begin(Strings.Loc_Static_PluginName, ref m_PluginConfiguration.IsVisible)) {