BIM: titles in default task panel in title case

This task panel appears when no command is active. There are 2 versions. One appears if there is a selection, the other if there is none.
This commit is contained in:
Roy-043
2026-02-02 19:37:52 +01:00
committed by Max Wilfinger
parent 79632dd3c6
commit e6808b6f2e

View File

@@ -636,8 +636,8 @@ class BIMWorkbench(Workbench):
FreeCADGui.Control.addTaskWatcher(
[
BimWatcher(self.draftingtools + self.annotationtools, "2D geometry"),
BimWatcher(self.bimtools, "3D/BIM geometry"),
BimWatcher(self.draftingtools + self.annotationtools, "2D Geometry"),
BimWatcher(self.bimtools, "3D/BIM Geometry"),
BimWatcher(self.modify, "Modify", invert=True),
]
)