[fix][ui] not able to render redirected icons

This commit is contained in:
Vinícius Moreira
2020-01-10 15:11:50 -03:00
parent ba41572ddb
commit 7ab1010e24
4 changed files with 32 additions and 14 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: