Skip to content

Commit 37569d1

Browse files
author
Miguel Solorio
committed
Update Codicons: Add layout icon
microsoft/vscode-codicons@a068597
1 parent 1db7410 commit 37569d1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
104 Bytes
Binary file not shown.

src/vs/base/common/codicons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ export class Codicon implements CSSIcon {
551551
public static readonly azureDevops = new Codicon('azure-devops', { fontCharacter: '\\ebe8' });
552552
public static readonly verifiedFilled = new Codicon('verified-filled', { fontCharacter: '\\ebe9' });
553553
public static readonly newLine = new Codicon('newline', { fontCharacter: '\\ebea' });
554+
public static readonly layout = new Codicon('layout', { fontCharacter: '\\ebeb' });
554555

555556
// derived icons, that could become separate icons
556557

src/vs/workbench/browser/parts/titlebar/titlebarPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { AnchorAlignment } from 'vs/base/browser/ui/contextview/contextview';
4949
import { IKeybindingService } from 'vs/platform/keybinding/common/keybinding';
5050
import { registerIcon } from 'vs/platform/theme/common/iconRegistry';
5151

52-
const layoutControlIcon = registerIcon('layout-control', Codicon.editorLayout, localize('layoutControlIcon', "Icon for the layout control menu found in the title bar."));
52+
const layoutControlIcon = registerIcon('layout-control', Codicon.layout, localize('layoutControlIcon', "Icon for the layout control menu found in the title bar."));
5353

5454
export class TitlebarPart extends Part implements ITitleService {
5555

0 commit comments

Comments
 (0)