mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
💄
This commit is contained in:
@@ -991,13 +991,13 @@ export interface IListOptions<T> extends IListOptionsUpdate {
|
||||
readonly mouseSupport?: boolean;
|
||||
readonly horizontalScrolling?: boolean;
|
||||
readonly scrollByPage?: boolean;
|
||||
readonly paddingBottom?: number;
|
||||
readonly transformOptimization?: boolean;
|
||||
readonly smoothScrolling?: boolean;
|
||||
readonly scrollableElementChangeOptions?: ScrollableElementChangeOptions;
|
||||
readonly alwaysConsumeMouseWheel?: boolean;
|
||||
readonly initialSize?: Dimension;
|
||||
readonly paddingTop?: number;
|
||||
readonly paddingBottom?: number;
|
||||
}
|
||||
|
||||
export interface IListStyles {
|
||||
|
||||
@@ -869,10 +869,10 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditorD
|
||||
multipleSelectionSupport: true,
|
||||
selectionNavigation: true,
|
||||
typeNavigationEnabled: true,
|
||||
paddingTop: this._notebookOptions.computeTopInsertToolbarHeight(this.viewModel?.viewType),
|
||||
paddingBottom: 0,
|
||||
transformOptimization: false, //(isMacintosh && isNative) || getTitleBarStyle(this.configurationService, this.environmentService) === 'native',
|
||||
initialSize: this._dimension,
|
||||
paddingTop: this._notebookOptions.computeTopInsertToolbarHeight(this.viewModel?.viewType),
|
||||
styleController: (_suffix: string) => { return this._list; },
|
||||
overrideStyles: {
|
||||
listBackground: notebookEditorBackground,
|
||||
|
||||
Reference in New Issue
Block a user