Fixed another typo related to #2889...

This commit is contained in:
Andrej730
2023-03-31 19:50:22 +05:00
parent 071b99c6c6
commit 3db540f786
@@ -156,7 +156,7 @@ class CadTool(WorkSpaceTool):
row = layout.row(align=True)
row.label(text="", icon="EVENT_SHIFT")
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.label(text="", icon="EVENT_SHIFT")