Fix column widths in rooms list
This commit is contained in:
parent
a6ff54ae0e
commit
803589264d
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ RoomSelector::RoomSelector(AbstractClient *_client, QWidget *parent)
|
|||
#else
|
||||
roomList->header()->setSectionResizeMode(0, QHeaderView::ResizeToContents);
|
||||
roomList->header()->setSectionResizeMode(1, QHeaderView::Stretch);
|
||||
roomList->header()->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
||||
roomList->header()->setSectionResizeMode(2, QHeaderView::ResizeToContents);
|
||||
roomList->header()->setSectionResizeMode(3, QHeaderView::ResizeToContents);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue