mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[view] improvement: increasing the version column display limit to 22%
This commit is contained in:
@@ -387,7 +387,7 @@ class PackagesTable(QTableWidget):
|
||||
f"{self.i18n['version.latest']}: {pkg.model.latest_version})"
|
||||
label_version.setText(f"{label_version.text()} > {pkg.model.latest_version}")
|
||||
|
||||
if label_version.sizeHint().width() / self.screen_width > 0.20:
|
||||
if label_version.sizeHint().width() / self.screen_width > 0.22:
|
||||
label_version.setText(pkg.model.latest_version)
|
||||
|
||||
item.setToolTip(tooltip)
|
||||
|
||||
Reference in New Issue
Block a user