bim.image_scaling_tool - break description to multiple lines for readibility

This commit is contained in:
Andrej730
2026-03-16 15:24:42 +05:00
parent 4473dbd138
commit bf75a19640
@@ -85,7 +85,12 @@ class ExploreTool(bpy.types.WorkSpaceTool):
row = layout.row(align=True)
op = row.operator("bim.explore_hotkey", text="Image Scaling Tool", icon="IMAGE_PLANE")
op.hotkey = "S_S"
op.description = "Scale Image Annotation. Allows to scale an IfcReferenceImage. Select image, select tool. Check lower left corner instructions to select two points and provide real distance between them"
op.description = (
"Scale Image Annotation.\n\n"
"Allows to scale an IfcReferenceImage.\n\n"
"Select image, select tool. "
"Check lower left corner instructions to select two points and provide real distance between them"
)
row = layout.row(align=True)
row.operator("bim.generate_uv_map", icon="UV")