From 80dbf6a1ce820ce7a32de67b428d7cebf6979bee Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 14 May 2021 10:58:43 +0200 Subject: [PATCH] add exclamation mark to duplicated --- .../tools/project_manager/project_manager/style/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/tools/project_manager/project_manager/style/__init__.py b/openpype/tools/project_manager/project_manager/style/__init__.py index bf3a739823..e7bb116843 100644 --- a/openpype/tools/project_manager/project_manager/style/__init__.py +++ b/openpype/tools/project_manager/project_manager/style/__init__.py @@ -32,7 +32,7 @@ class ResourceCache: color=cls.colors["new"] ), "duplicated": qtawesome.icon( - "fa.folder", + "fa.exclamation-triangle", color=cls.colors["warning"] ), "removed": qtawesome.icon( @@ -50,7 +50,7 @@ class ResourceCache: color=cls.colors["new"] ), "duplicated": qtawesome.icon( - "fa.check-circle", + "fa.exclamation-circle", color=cls.colors["warning"] ), "removed": qtawesome.icon(