not changing the table applied filters after a uninstall | [flatpak] runtimes categorized as 'runtimes'

This commit is contained in:
Vinicius Moreira
2019-10-23 17:24:12 -03:00
parent 270cf0e1d1
commit 24beb25fca
4 changed files with 69 additions and 36 deletions

View File

@@ -55,7 +55,7 @@ class AboutDialog(QDialog):
layout.addWidget(gems_widget)
layout.addWidget(QLabel(''))
label_version = QLabel(locale_keys['version'].lower() + ': ' + __version__)
label_version = QLabel(locale_keys['version'].lower() + ' ' + __version__)
label_version.setStyleSheet('QLabel { font-size: 10px; font-weight: bold }')
label_version.setAlignment(Qt.AlignCenter)
layout.addWidget(label_version)