clash ui - move file selection button closer to filepath field

To make the type of the field more apparent.
This commit is contained in:
Andrej730
2025-05-21 16:17:31 +05:00
parent 0405b5c61f
commit d48406006f
+1 -1
View File
@@ -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