[improvements][ui]

This commit is contained in:
Vinícius Moreira
2020-05-20 13:42:36 -03:00
parent 1e03083652
commit 270ebbe8e9
3 changed files with 22 additions and 24 deletions

View File

@@ -516,7 +516,7 @@ class AppsTable(QTableWidget):
header_horizontal = self.horizontalHeader()
for i in range(self.columnCount()):
if maximized:
if i in (1, 2):
if i in (0, 1, 2):
header_horizontal.setSectionResizeMode(i, QHeaderView.ResizeToContents)
else:
header_horizontal.setSectionResizeMode(i, QHeaderView.Stretch)