Merge branch 'main' into i18n

This commit is contained in:
Veronica Berglyd Olsen
2022-11-27 17:11:08 +01:00
33 changed files with 583 additions and 637 deletions
+1 -3
View File
@@ -174,9 +174,7 @@ class GuiProjectDetailsMain(QWidget):
self.projName.setAlignment(Qt.AlignHCenter)
self.projName.setWordWrap(True)
self.bookAuthors = QLabel(self.tr("By {0}").format(
self.theProject.getFormattedAuthors()
))
self.bookAuthors = QLabel(self.tr("By {0}").format(self.theProject.data.author))
authFont = self.bookAuthors.font()
authFont.setPointSizeF(1.2*fPt)
self.bookAuthors.setFont(authFont)