Skip to content

Commit

Permalink
Increase min terminal width to 120
Browse files Browse the repository at this point in the history
Fixes #44666
  • Loading branch information
Tyriar committed Feb 28, 2018
1 parent d7c1a48 commit ba9f6a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { IDisposable, Disposable } from 'vs/base/common/lifecycle';
import { SplitView, Orientation, IView } from 'vs/base/browser/ui/splitview/splitview';
import { IPartService, Position } from 'vs/workbench/services/part/common/partService';

const SPLIT_PANE_MIN_SIZE = 60;
const SPLIT_PANE_MIN_SIZE = 120;

class SplitPaneContainer {
private _height: number;
Expand Down

0 comments on commit ba9f6a8

Please sign in to comment.