Skip to content

Commit

Permalink
fix: default minheight for input view
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Dec 18, 2024
1 parent 7e410ee commit 998f70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/STranslate/Helper/ConfigHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ private ConfigModel InitialConfig()
MainViewMaxHeight = 840,
MainViewWidth = 460,
InputViewMaxHeight = 200,
InputViewMinHeight = 200,
InputViewMinHeight = 70,
MainViewShadow = false,
IsPromptToggleVisible = true,
IsShowSnakeCopyBtn = false,
Expand Down

0 comments on commit 998f70f

Please sign in to comment.