mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
fixed Make Friend Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@673 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
074e4adbf3
commit
de2956637b
6 changed files with 230 additions and 305 deletions
|
@ -42,7 +42,7 @@ ConnectDialog::ConnectDialog(QWidget *parent, Qt::WFlags flags)
|
|||
// Create the status bar
|
||||
statusBar()->showMessage("Peer Informations");
|
||||
|
||||
setFixedSize(QSize(330, 412));
|
||||
//setFixedSize(QSize(330, 412));
|
||||
|
||||
connect(ui.cancelButton, SIGNAL(clicked()), this, SLOT(closeinfodlg()));
|
||||
connect(ui.okButton, SIGNAL(clicked()), this, SLOT(authAttempt()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue