Skip to content

Commit

Permalink
Use standard list height for settings dropdown options (#169345)
Browse files Browse the repository at this point in the history
Update settings dropdown option height
  • Loading branch information
daviddossett authored Dec 16, 2022
1 parent 4f2cfb3 commit edc432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/selectBox/selectBoxCustom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class SelectBoxList extends Disposable implements ISelectBoxDelegate, ILi
// IDelegate - List renderer

getHeight(): number {
return 18;
return 22;
}

getTemplateId(): string {
Expand Down

0 comments on commit edc432e

Please sign in to comment.