mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Fixed another typo related to #2889...
This commit is contained in:
@@ -156,7 +156,7 @@ class CadTool(WorkSpaceTool):
|
|||||||
row = layout.row(align=True)
|
row = layout.row(align=True)
|
||||||
row.label(text="", icon="EVENT_SHIFT")
|
row.label(text="", icon="EVENT_SHIFT")
|
||||||
row.label(text="", icon="EVENT_R")
|
row.label(text="", icon="EVENT_R")
|
||||||
row.operator("bim.hotkey", text="Set gable roof angle").hotkey = "S_R"
|
row.operator("bim.cad_hotkey", text="Set gable roof angle").hotkey = "S_R"
|
||||||
|
|
||||||
row = layout.row(align=True)
|
row = layout.row(align=True)
|
||||||
row.label(text="", icon="EVENT_SHIFT")
|
row.label(text="", icon="EVENT_SHIFT")
|
||||||
|
|||||||
Reference in New Issue
Block a user