Made items not collapsible; changed players widget's min height from 60 to 40 px

This commit is contained in:
Fabio Bas 2015-06-22 18:24:05 +02:00
parent c400d6d4ec
commit ec45a099e1
2 changed files with 4 additions and 2 deletions

View file

@ -67,7 +67,7 @@ PlayerListWidget::PlayerListWidget(TabSupervisor *_tabSupervisor, AbstractClient
} else
userContextMenu = 0;
setMinimumHeight(60);
setMinimumHeight(40);
setIconSize(QSize(20, 15));
setColumnCount(6);
setColumnWidth(0, 20);