mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Made items not collapsible; changed players widget's min height from 60 to 40 px
This commit is contained in:
parent
c400d6d4ec
commit
ec45a099e1
2 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue