From f07bb38e4a3f75a1499de5f157afd2a0df766e3d Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Mon, 10 Jan 2011 20:39:00 +0100 Subject: [PATCH] minor fix --- cockatrice/src/userlist.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cockatrice/src/userlist.cpp b/cockatrice/src/userlist.cpp index 4ff301da..dbf8bf6e 100644 --- a/cockatrice/src/userlist.cpp +++ b/cockatrice/src/userlist.cpp @@ -129,9 +129,7 @@ void UserList::showContextMenu(const QPoint &pos, const QModelIndex &index) if (actionClicked == aDetails) { UserInfoBox *infoWidget = new UserInfoBox(client, true, this, Qt::Dialog | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint); infoWidget->setAttribute(Qt::WA_DeleteOnClose); - infoWidget->setFixedSize(infoWidget->sizeHint()); infoWidget->updateInfo(userName); - infoWidget->show(); } else if (actionClicked == aChat) emit openMessageDialog(userName, true);