mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
clash ui - move file selection button closer to filepath field
To make the type of the field more apparent.
This commit is contained in:
@@ -90,10 +90,10 @@ class BIM_PT_ifcclash(Panel):
|
||||
for index, source in enumerate(sources):
|
||||
row = layout.row(align=True)
|
||||
row.prop(source, "name", text="")
|
||||
row.prop(source, "mode", text="")
|
||||
op = row.operator("bim.select_clash_source", icon="FILE_FOLDER", text="")
|
||||
op.index = index
|
||||
op.group = group
|
||||
row.prop(source, "mode", text="")
|
||||
op = row.operator("bim.remove_clash_source", icon="X", text="")
|
||||
op.index = index
|
||||
op.group = group
|
||||
|
||||
Reference in New Issue
Block a user