Merge branch 'staging' into fpakpart

This commit is contained in:
Vinícius Moreira
2020-01-10 15:16:38 -03:00
4 changed files with 33 additions and 16 deletions

View File

@@ -837,7 +837,7 @@ class ManageWindow(QWidget):
new_width = max(table_width, toolbar_width, topbar_width)
if accept_lower_width or new_width > self.width():
if (self.pkgs and accept_lower_width) or new_width > self.width():
self.resize(new_width, self.height())
if self.first_refresh: