From 5d91766f07618d258d19079afa205929c3ccd5c1 Mon Sep 17 00:00:00 2001 From: Ziad-I <68874104+Ziad-I@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:22:58 +0300 Subject: [PATCH] changed the icon for the button to URL icon --- src/blenderbim/blenderbim/bim/module/csv/ui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/blenderbim/blenderbim/bim/module/csv/ui.py b/src/blenderbim/blenderbim/bim/module/csv/ui.py index 35e5c1d12d..a7b6b2002b 100644 --- a/src/blenderbim/blenderbim/bim/module/csv/ui.py +++ b/src/blenderbim/blenderbim/bim/module/csv/ui.py @@ -127,5 +127,4 @@ class BIM_PT_ifccsv(Panel): def draw_header(self, context): row = self.layout.row(align=True) row.label(text="") - # TODO: Look for a better "globe" icon for the web ui - row.operator("bim.open_web_ui", text="", icon="MATERIAL") + row.operator("bim.open_web_ui", text="", icon="URL")