We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7764a48 commit e092fb5Copy full SHA for e092fb5
1 file changed
src/vs/workbench/browser/parts/compositePart.ts
@@ -392,7 +392,8 @@ export abstract class CompositePart<T extends Composite> extends Part {
392
actionViewItemProvider: action => this.actionViewItemProvider(action),
393
orientation: ActionsOrientation.HORIZONTAL,
394
getKeyBinding: action => this.keybindingService.lookupKeybinding(action.id),
395
- anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment()
+ anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment(),
396
+ toggleMenuTitle: nls.localize('viewsAndMoreActions', "Views and More Actions...")
397
}));
398
399
this.collectCompositeActions()();
0 commit comments