From 28d56fe3c8504a5949933a4e22d837382e7bb486 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sat, 18 Jun 2022 16:03:32 +0200 Subject: [PATCH] increase default window size --- PlayerTags/Configuration/PluginConfigurationUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {