From 96cb6c06685869cc76ba23155b63a91227a50629 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 5 Oct 2018 19:09:14 +0200 Subject: Update for new icon set. --- space_view3d_3d_navigation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'space_view3d_3d_navigation.py') diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py index a4c359cc..adf0c8d8 100644 --- a/space_view3d_3d_navigation.py +++ b/space_view3d_3d_navigation.py @@ -252,7 +252,7 @@ class VIEW3D_PT_3dnavigationPanel(Panel): col.operator("view3d.view_selected", text="View to Selected") col = layout.column(align=True) - col.label(text="Cursor:", icon="CURSOR") + col.label(text="Cursor:", icon='PIVOT_CURSOR') row = col.row(align=True) row.operator("view3d.snap_cursor_to_center", text="Center") row.operator("view3d.view_center_cursor", text="View") @@ -299,8 +299,8 @@ class VIEW3D_PT_pan_navigation1(Panel): row = layout.row() row.label(text="Zoom:") row = layout.row() - row.operator("opr.zoom_in_view1", text="In", icon="ZOOMIN") - row.operator("opr.zoom_out_view1", text="Out", icon="ZOOMOUT") + row.operator("opr.zoom_in_view1", text="In", icon='ADD') + row.operator("opr.zoom_out_view1", text="Out", icon='REMOVE') row = layout.row() row.label(text="Roll:") -- cgit v1.2.3