mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[about] version font size
This commit is contained in:
@@ -56,7 +56,7 @@ class AboutDialog(QDialog):
|
||||
layout.addWidget(QLabel(''))
|
||||
|
||||
label_version = QLabel(locale_keys['version'].lower() + ' ' + __version__)
|
||||
label_version.setStyleSheet('QLabel { font-size: 10px; font-weight: bold }')
|
||||
label_version.setStyleSheet('QLabel { font-size: 11px; font-weight: bold }')
|
||||
label_version.setAlignment(Qt.AlignCenter)
|
||||
layout.addWidget(label_version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user