From dc71ad062408b138cc174f348d833b244d098a8f Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Mon, 12 Oct 2020 15:51:00 -0700 Subject: UI: Monochrome Alert Icons and use the Question icon in the Quit dialog Change to monochrome version of the large alert icons and use 'Question' for the the Quit Confirm dialog box. Differential Revision: https://developer.blender.org/D9062 Reviewed by Pablo Vazquez --- source/blender/windowmanager/intern/wm_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c index 23571395e24..ffafa1e5c0c 100644 --- a/source/blender/windowmanager/intern/wm_files.c +++ b/source/blender/windowmanager/intern/wm_files.c @@ -3172,7 +3172,7 @@ static uiBlock *block_create__close_file_dialog(struct bContext *C, /* Alert Icon. */ uiLayout *layout = uiLayoutColumn(split_block, false); - uiDefButAlert(block, ALERT_ICON_WARNING, 0, 0, 0, icon_size); + uiDefButAlert(block, ALERT_ICON_QUESTION, 0, 0, 0, icon_size); /* The rest of the content on the right. */ layout = uiLayoutColumn(split_block, false); -- cgit v1.2.3