Fix various typos

Found via codespell
This commit is contained in:
luzpaz
2025-08-28 19:42:11 -04:00
committed by Max Wilfinger
parent af802ff04f
commit f38e1bdfbb
5 changed files with 5 additions and 5 deletions

View File

@@ -3446,7 +3446,7 @@ StdTreePreSelection::StdTreePreSelection()
{
sGroup = "TreeView";
sMenuText = QT_TR_NOOP("&4 Preselection");
sToolTipText = QT_TR_NOOP("Pre-selects the object in 3D view when hovering the cursor over the tree item");
sToolTipText = QT_TR_NOOP("Preselects the object in 3D view when hovering the cursor over the tree item");
sStatusTip = sToolTipText;
sWhatsThis = "Std_TreePreSelection";
sPixmap = "tree-pre-sel";

View File

@@ -1684,7 +1684,7 @@ color: white;
background-color: #252525;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}

View File

@@ -1682,7 +1682,7 @@ color: black;
background-color: #f0f0f0;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}

View File

@@ -1543,7 +1543,7 @@ QSint--ActionGroup QFrame[class="content"] QTableView {
background-color: @PrimaryColor;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}

View File

@@ -174,7 +174,7 @@ class _Window(ArchComponent.Component):
obj.setEditorMode("HorizontalArea",2)
obj.setEditorMode("PerimeterLength",2)
# Sill change related properies
# Sill change related properties
self.setSillProperties(obj)
def setSillProperties(self, orgObj, linkObj=None):