Skip to content

Commit 14b9b06

Browse files
authored
Merge pull request microsoft#187757 from microsoft/merogge/acc-style
align accessible view top with that of quickpick
2 parents e0e8ca8 + cfaa152 commit 14b9b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/accessibility/browser/accessibleView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { alert } from 'vs/base/browser/ui/aria/aria';
2828

2929
const enum DEFAULT {
3030
WIDTH = 800,
31-
TOP = 25
31+
TOP = 3
3232
}
3333

3434
export interface IAccessibleContentProvider {

0 commit comments

Comments
 (0)