Skip to content

Commit

Permalink
Increase the default horizontal scrollbar height to 12 (#96928)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 11, 2020
1 parent 2c7e7c5 commit 0be38d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/editor/common/config/editorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2872,8 +2872,8 @@ class EditorScrollbar extends BaseEditorOption<EditorOption.scrollbar, InternalE
useShadows: true,
verticalHasArrows: false,
horizontalHasArrows: false,
horizontalScrollbarSize: 10,
horizontalSliderSize: 10,
horizontalScrollbarSize: 12,
horizontalSliderSize: 12,
verticalScrollbarSize: 14,
verticalSliderSize: 14,
handleMouseWheel: true,
Expand Down

0 comments on commit 0be38d5

Please sign in to comment.