Skip to content

Commit 9abb71c

Browse files
authored
Fix jsdoc for scrollbar sizes
1 parent 1014c4e commit 9abb71c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3979,12 +3979,12 @@ export interface IEditorScrollbarOptions {
39793979
alwaysConsumeMouseWheel?: boolean;
39803980
/**
39813981
* Height in pixels for the horizontal scrollbar.
3982-
* Defaults to 10 (px).
3982+
* Defaults to 12 (px).
39833983
*/
39843984
horizontalScrollbarSize?: number;
39853985
/**
39863986
* Width in pixels for the vertical scrollbar.
3987-
* Defaults to 10 (px).
3987+
* Defaults to 14 (px).
39883988
*/
39893989
verticalScrollbarSize?: number;
39903990
/**

src/vs/monaco.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4662,12 +4662,12 @@ declare namespace monaco.editor {
46624662
alwaysConsumeMouseWheel?: boolean;
46634663
/**
46644664
* Height in pixels for the horizontal scrollbar.
4665-
* Defaults to 10 (px).
4665+
* Defaults to 12 (px).
46664666
*/
46674667
horizontalScrollbarSize?: number;
46684668
/**
46694669
* Width in pixels for the vertical scrollbar.
4670-
* Defaults to 10 (px).
4670+
* Defaults to 14 (px).
46714671
*/
46724672
verticalScrollbarSize?: number;
46734673
/**

0 commit comments

Comments
 (0)