Cleaned layout(s) in config->server, and removed the ;setFixedSize that caused some damages to the server interface

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@757 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2008-10-18 20:07:05 +00:00
parent 78d09f5af2
commit ef902d52cf
2 changed files with 132 additions and 118 deletions

View file

@ -79,7 +79,7 @@ PreferencesWindow::PreferencesWindow(QWidget *parent, Qt::WFlags flags)
/* Select the first action */
grp->actions()[0]->setChecked(true);
setFixedSize(QSize(480, 450));
// setFixedSize(QSize(480, 450));
connect(ui.okButton, SIGNAL(clicked( bool )), this, SLOT( saveChanges()) );
connect(ui.cancelprefButton, SIGNAL(clicked( bool )), this, SLOT( cancelpreferences()) );