mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
changed the icon for the button to URL icon
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user