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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user