From 1779405794c06a2e3af87bf9550bd34ca0ef513f Mon Sep 17 00:00:00 2001 From: cpichard Date: Sun, 5 Mar 2023 14:20:24 +0000 Subject: [PATCH] increase about window size --- src/resources/DefaultImGuiIni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/DefaultImGuiIni.h b/src/resources/DefaultImGuiIni.h index 878808f..b9ca1f7 100644 --- a/src/resources/DefaultImGuiIni.h +++ b/src/resources/DefaultImGuiIni.h @@ -213,7 +213,7 @@ const char *imgui = "Collapsed=0\n" "[Window][About Usdtweak]\n" "Pos=304,322\n" -"Size=416,380\n" +"Size=460,468\n" "Collapsed=0\n" "[Window][Create relationship]\n" "Pos=439,417\n"