Fix various typos
Found via codespell
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user