Adjust estimated scrollbar height to avoid unneeded scrollbar (#5452)

This commit is contained in:
Karl Burtram
2019-05-09 18:19:07 -07:00
committed by GitHub
parent 2b9a8b9136
commit a501214bfa

View File

@@ -47,7 +47,7 @@ import { ILogService } from 'vs/platform/log/common/log';
const ROW_HEIGHT = 29;
const HEADER_HEIGHT = 26;
const MIN_GRID_HEIGHT_ROWS = 8;
const ESTIMATED_SCROLL_BAR_HEIGHT = 10;
const ESTIMATED_SCROLL_BAR_HEIGHT = 15;
const BOTTOM_PADDING = 15;
const ACTIONBAR_WIDTH = 36;