Removed focus rectangle of the icon column in NetworkDialog.

Removed minimum size of the GraphWidget in NetworkView.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3784 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-13 10:22:43 +00:00
parent c36fab48d8
commit 9ef2260dd4
2 changed files with 6 additions and 2 deletions

View file

@ -138,8 +138,6 @@ GraphWidget::GraphWidget(QWidget *)
scale(qreal(0.8), qreal(0.8));
setMinimumSize(500, 500);
//setWindowTitle(tr("Elastic Nodes"));
}
void GraphWidget::clearGraph()