mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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):
|
||||
bl_idname = "bim.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"}
|
||||
target_view: bpy.props.StringProperty()
|
||||
|
||||
Reference in New Issue
Block a user