UI: Area Duplicate Icon

Changes the icon used for 'duplicate into new window' to a new one created for this purpose.

Differential Revision: https://developer.blender.org/D6463

Reviewed by Julian Eisel
This commit is contained in:
Harley Acheson 2020-01-22 13:48:25 -08:00
parent e769be1f34
commit 452834f1e3
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8a05b618f031582c006c6f62b9e60619ab3eef8b
Subproject commit 19f3349d204303ae90e31939d5bf3f0c4fe9df42

@ -1 +1 @@
Subproject commit 1470f353c65034db91131d21ab9c782d029a2ee9
Subproject commit 1e165b809b66fbf19778dbb6f1a3f4e64efef031

@ -1 +1 @@
Subproject commit ffbaca558a27bab4716bcd51ca7ea1df8e4f4b14
Subproject commit 70b649775eeeebedb02c1c7b7aa996a7f6294177

View File

@ -92,7 +92,7 @@ class INFO_MT_area(Menu):
layout.separator()
layout.operator("screen.area_dupli", icon='DUPLICATE')
layout.operator("screen.area_dupli", icon='WINDOW')
layout.separator()