mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
bim.expand_target_view - remove trailing space from description
This commit is contained in:
@@ -3298,7 +3298,7 @@ class DisableEditingDrawings(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
class ExpandTargetView(bpy.types.Operator):
|
class ExpandTargetView(bpy.types.Operator):
|
||||||
bl_idname = "bim.expand_target_view"
|
bl_idname = "bim.expand_target_view"
|
||||||
bl_label = "Expand Target View"
|
bl_label = "Expand Target View"
|
||||||
bl_description = "\nSHIFT+CLICK to expand all view categories "
|
bl_description = "\nSHIFT+CLICK to expand all view categories"
|
||||||
|
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
target_view: bpy.props.StringProperty()
|
target_view: bpy.props.StringProperty()
|
||||||
|
|||||||
Reference in New Issue
Block a user