mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Adjust estimated scrollbar height to avoid unneeded scrollbar (#5452)
This commit is contained in:
@@ -47,7 +47,7 @@ import { ILogService } from 'vs/platform/log/common/log';
|
|||||||
const ROW_HEIGHT = 29;
|
const ROW_HEIGHT = 29;
|
||||||
const HEADER_HEIGHT = 26;
|
const HEADER_HEIGHT = 26;
|
||||||
const MIN_GRID_HEIGHT_ROWS = 8;
|
const MIN_GRID_HEIGHT_ROWS = 8;
|
||||||
const ESTIMATED_SCROLL_BAR_HEIGHT = 10;
|
const ESTIMATED_SCROLL_BAR_HEIGHT = 15;
|
||||||
const BOTTOM_PADDING = 15;
|
const BOTTOM_PADDING = 15;
|
||||||
const ACTIONBAR_WIDTH = 36;
|
const ACTIONBAR_WIDTH = 36;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user