Update titlebar close icon.

main
Alex Huszagh 2022-05-01 01:58:14 -05:00
parent 1bcde40657
commit d6c6f65a55
4 changed files with 8 additions and 2 deletions

View File

@ -282,7 +282,7 @@ ICON_MAP = {
SP_TitleBarMinButton: 'minimize.svg',
SP_TitleBarMenuButton: 'menu.svg',
SP_TitleBarMaxButton: 'maximize.svg',
SP_TitleBarCloseButton: 'dialog_close.svg',
SP_TitleBarCloseButton: 'window_close.svg',
SP_TitleBarNormalButton: 'restore.svg',
SP_TitleBarShadeButton: 'shade.svg',
SP_TitleBarUnshadeButton: 'unshade.svg',

View File

@ -88,7 +88,7 @@ The following is a 1:1 mapping of the standard icon enumerated name and the icon
"SP_TitleBarMinButton": "minimize.svg",
"SP_TitleBarMenuButton": "menu.svg",
"SP_TitleBarMaxButton": "maximize.svg",
"SP_TitleBarCloseButton": "dialog_close.svg",
"SP_TitleBarCloseButton": "window_close.svg",
"SP_TitleBarNormalButton": "restore.svg",
"SP_TitleBarShadeButton": "shade.svg",
"SP_TitleBarUnshadeButton": "unshade.svg",

View File

@ -147,5 +147,8 @@
},
"volume_muted": {
"default": ["foreground"]
},
"window_close": {
"default": ["foreground"]
}
}

View File

@ -0,0 +1,3 @@
<svg width="24" height="24">
<path fill="^0^" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B