mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +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):
|
def draw_header(self, context):
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text="")
|
row.label(text="")
|
||||||
# TODO: Look for a better "globe" icon for the web ui
|
row.operator("bim.open_web_ui", text="", icon="URL")
|
||||||
row.operator("bim.open_web_ui", text="", icon="MATERIAL")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user