Merge pull request #170238 from microsoft/tyriar/145404

Reduce min split pane size in terminal
This commit is contained in:
Daniel Imms 2022-12-29 11:20:46 -08:00 committed by GitHub
commit e982053dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ const enum Constants {
/**
* The minimum size in pixels of a split pane.
*/
SplitPaneMinSize = 180,
SplitPaneMinSize = 80,
/**
* The number of cells the terminal gets added or removed when asked to increase or decrease
* the view size.