From 998f70f68ba0df90c3c3632445794cf3d6b20ffa Mon Sep 17 00:00:00 2001 From: zggsong Date: Wed, 18 Dec 2024 14:31:22 +0800 Subject: [PATCH] fix: default minheight for input view --- src/STranslate/Helper/ConfigHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/STranslate/Helper/ConfigHelper.cs b/src/STranslate/Helper/ConfigHelper.cs index 87299315..3712fe25 100644 --- a/src/STranslate/Helper/ConfigHelper.cs +++ b/src/STranslate/Helper/ConfigHelper.cs @@ -846,7 +846,7 @@ private ConfigModel InitialConfig() MainViewMaxHeight = 840, MainViewWidth = 460, InputViewMaxHeight = 200, - InputViewMinHeight = 200, + InputViewMinHeight = 70, MainViewShadow = false, IsPromptToggleVisible = true, IsShowSnakeCopyBtn = false,