diff --git a/mozDefragAboutWindow.py b/mozDefragAboutWindow.py index 3e6c749..1a24364 100644 --- a/mozDefragAboutWindow.py +++ b/mozDefragAboutWindow.py @@ -16,7 +16,7 @@ class Ui_AboutWindow(object): self.centralwidget = QtWidgets.QWidget(AboutWindow) self.centralwidget.setObjectName("centralwidget") self.aboutLabel = QtWidgets.QLabel(self.centralwidget) - self.aboutLabel.setGeometry(QtCore.QRect(0, 0, 641, 131)) + self.aboutLabel.setGeometry(QtCore.QRect(0, 10, 621, 131)) self.aboutLabel.setAlignment(QtCore.Qt.AlignCenter) self.aboutLabel.setOpenExternalLinks(True) self.aboutLabel.setObjectName("aboutLabel") @@ -34,7 +34,7 @@ class Ui_AboutWindow(object): def retranslateUi(self, AboutWindow): _translate = QtCore.QCoreApplication.translate AboutWindow.setWindowTitle(_translate("AboutWindow", " About mozDefrag")) - self.aboutLabel.setText(_translate("AboutWindow", "
mozDefrag
App written by Francois B (Makoto) under the GPLv3 licence
")) + self.aboutLabel.setText(_translate("AboutWindow", "mozDefrag
App written by Francois B (Makoto) under the GPLv3 licence
")) self.licencePlainTextEdit.setPlainText(_translate("AboutWindow", " GNU GENERAL PUBLIC LICENSE\n" " Version 3, 29 June 2007\n" "\n" diff --git a/mozDefragAboutWindow.ui b/mozDefragAboutWindow.ui index 3615b6a..8766b89 100644 --- a/mozDefragAboutWindow.ui +++ b/mozDefragAboutWindow.ui @@ -21,13 +21,13 @@