mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +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):
|
for index, source in enumerate(sources):
|
||||||
row = layout.row(align=True)
|
row = layout.row(align=True)
|
||||||
row.prop(source, "name", text="")
|
row.prop(source, "name", text="")
|
||||||
row.prop(source, "mode", text="")
|
|
||||||
op = row.operator("bim.select_clash_source", icon="FILE_FOLDER", text="")
|
op = row.operator("bim.select_clash_source", icon="FILE_FOLDER", text="")
|
||||||
op.index = index
|
op.index = index
|
||||||
op.group = group
|
op.group = group
|
||||||
|
row.prop(source, "mode", text="")
|
||||||
op = row.operator("bim.remove_clash_source", icon="X", text="")
|
op = row.operator("bim.remove_clash_source", icon="X", text="")
|
||||||
op.index = index
|
op.index = index
|
||||||
op.group = group
|
op.group = group
|
||||||
|
|||||||
Reference in New Issue
Block a user