From 1f431983b3df55145ab36425aaf19eaa7df07ac3 Mon Sep 17 00:00:00 2001
From: "Francois B (Makoto)"
Date: Fri, 29 Sep 2017 02:00:20 +0200
Subject: [PATCH] About dialog update with Github repo url
---
mozDefragAboutWindow.py | 4 ++--
mozDefragAboutWindow.ui | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
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
Website
"))
+ self.aboutLabel.setText(_translate("AboutWindow", "mozDefrag
App written by Francois B (Makoto) under the GPLv3 licence
Website | Github
"))
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 @@
0
- 0
- 641
+ 10
+ 621
131
- <html><head/><body><p><span style=" font-size:24pt; font-weight:600;">mozDefrag</span></p><p>App written by Francois B (Makoto) under the GPLv3 licence</p><p><a href="http://sirenacorp.be"><span style=" text-decoration: underline; color:#0000ff;">Website</span></a></p></body></html>
+ <html><head/><body><p><span style=" font-size:24pt; font-weight:600;">mozDefrag</span></p><p>App written by Francois B (Makoto) under the GPLv3 licence</p><p><a href="http://sirenacorp.be"><span style=" text-decoration: underline; color:#0000ff;">Website</span></a> | <a href="https://github.com/shakasan/mozDefrag"><span style=" text-decoration: underline; color:#0000ff;">Github</span></a></p></body></html>
Qt::AlignCenter