Skip to content

Commit 5b03be3

Browse files
authored
editors - give better action label to unmaximize group (microsoft#254050)
1 parent 4d7c56e commit 5b03be3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/workbench/browser/parts/editor/editorActions.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,10 @@ export class ToggleMaximizeEditorGroupAction extends Action2 {
11781178
when: EditorPartMaximizedEditorGroupContext
11791179
}],
11801180
icon: Codicon.screenFull,
1181-
toggled: EditorPartMaximizedEditorGroupContext,
1181+
toggled: {
1182+
condition: EditorPartMaximizedEditorGroupContext,
1183+
title: localize('unmaximizeGroup', "Unmaximize Group")
1184+
},
11821185
});
11831186
}
11841187

0 commit comments

Comments
 (0)