File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3979,12 +3979,12 @@ export interface IEditorScrollbarOptions {
3979
3979
alwaysConsumeMouseWheel ?: boolean ;
3980
3980
/**
3981
3981
* Height in pixels for the horizontal scrollbar.
3982
- * Defaults to 10 (px).
3982
+ * Defaults to 12 (px).
3983
3983
*/
3984
3984
horizontalScrollbarSize ?: number ;
3985
3985
/**
3986
3986
* Width in pixels for the vertical scrollbar.
3987
- * Defaults to 10 (px).
3987
+ * Defaults to 14 (px).
3988
3988
*/
3989
3989
verticalScrollbarSize ?: number ;
3990
3990
/**
Original file line number Diff line number Diff line change @@ -4662,12 +4662,12 @@ declare namespace monaco.editor {
4662
4662
alwaysConsumeMouseWheel ?: boolean ;
4663
4663
/**
4664
4664
* Height in pixels for the horizontal scrollbar.
4665
- * Defaults to 10 (px).
4665
+ * Defaults to 12 (px).
4666
4666
*/
4667
4667
horizontalScrollbarSize ?: number ;
4668
4668
/**
4669
4669
* Width in pixels for the vertical scrollbar.
4670
- * Defaults to 10 (px).
4670
+ * Defaults to 14 (px).
4671
4671
*/
4672
4672
verticalScrollbarSize ?: number ;
4673
4673
/**
You can’t perform that action at this time.
0 commit comments