Преглед на файлове

finally make the main window maintain size

Lilith Song преди 2 години
родител
ревизия
57a982be9e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      HuntBuddy/Windows/MainWindow.cs

+ 1 - 1
HuntBuddy/Windows/MainWindow.cs

@@ -21,7 +21,7 @@ public class MainWindow: Window {
 		ImGuiWindowFlags.NoDocking,
 		true) {
 		this.Size = new Vector2(400 * ImGui.GetIO().FontGlobalScale, 500);
-		this.SizeCondition = ImGuiCond.Once;
+		this.SizeCondition = ImGuiCond.FirstUseEver;
 	}
 
 	public override void PreOpenCheck() {