mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
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:
parent
78d09f5af2
commit
ef902d52cf
2 changed files with 132 additions and 118 deletions
|
@ -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()) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue