improvements for about dialog
This commit is contained in:
@@ -23,6 +23,7 @@ class AboutDialog(QDialog):
|
||||
self.setWindowTitle(_("About KrowLog"))
|
||||
self.setModal(True)
|
||||
self.setMinimumWidth(650)
|
||||
self.setFixedHeight(300)
|
||||
|
||||
self.layout = QVBoxLayout(self)
|
||||
|
||||
@@ -61,8 +62,8 @@ class AboutDialog(QDialog):
|
||||
result = QWidget()
|
||||
result.layout = QVBoxLayout(result)
|
||||
label = Label("{0}<br>{1}<br>{2}".format(
|
||||
_("Log file viewer"),
|
||||
_("(c) 2022-2023 Andreas Huber"),
|
||||
_("KrowLog is a viewer for log files of arbitrary size."),
|
||||
_("(c) 2022-2024 Andreas Huber"),
|
||||
_("License: LGPL v3")
|
||||
))
|
||||
result.layout.addWidget(label)
|
||||
|
||||
Reference in New Issue
Block a user