UI: new icon set by Andrzej Ambroz.

This is a monochrome icon set, with a more modern look and icons for
various features that did not have a proper icon before.
This commit is contained in:
2018-10-01 10:45:50 +02:00
parent 192a99f477
commit 2ac65f6153
987 changed files with 8593 additions and 88939 deletions

View File

@@ -183,8 +183,8 @@ class FILEBROWSER_PT_bookmarks(Panel):
rows=(2 if num_rows < 2 else 4), maxrows=10)
col = row.column(align=True)
col.operator("file.bookmark_add", icon='ZOOMIN', text="")
col.operator("file.bookmark_delete", icon='ZOOMOUT', text="")
col.operator("file.bookmark_add", icon='ADD', text="")
col.operator("file.bookmark_delete", icon='REMOVE', text="")
col.menu("FILEBROWSER_MT_bookmarks_specials", icon='DOWNARROW_HLT', text="")
if num_rows > 1:
@@ -192,7 +192,7 @@ class FILEBROWSER_PT_bookmarks(Panel):
col.operator("file.bookmark_move", icon='TRIA_UP', text="").direction = 'UP'
col.operator("file.bookmark_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
else:
layout.operator("file.bookmark_add", icon='ZOOMIN')
layout.operator("file.bookmark_add", icon='ADD')
class FILEBROWSER_PT_recent_folders(Panel):