changed the icon for the button to URL icon

This commit is contained in:
Ziad-I
2024-06-08 12:22:58 +03:00
committed by Dion Moult
parent c4cbc577d8
commit 5d91766f07
@@ -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")