Simplify the About dialog to only show credits

This commit is contained in:
Veronica Berglyd Olsen
2024-02-13 18:04:41 +01:00
parent 827702159d
commit b793842f6d
5 changed files with 72 additions and 837 deletions
+2 -2
View File
@@ -84,10 +84,10 @@ class GuiWelcome(QDialog):
self.nwImage = SHARED.theme.loadDecoration("nw-text", h=hD)
self.bgColor = QColor(255, 255, 255) if SHARED.theme.isLightTheme else QColor(54, 54, 54)
self.nwLogo = QLabel()
self.nwLogo = QLabel(self)
self.nwLogo.setPixmap(SHARED.theme.getPixmap("novelwriter", (hF, hF)))
self.nwLabel = QLabel("novelWriter")
self.nwLabel = QLabel(self)
self.nwLabel.setPixmap(self.nwImage)
self.nwInfo = QLabel(self.tr("Version {0} {1} Released on {2}").format(