mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 13:24:26 -04:00
fixed bug in network graph search sizes
This commit is contained in:
parent
c428739abd
commit
fc0067f980
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ void GraphWidget::setNameSearch(QString s)
|
|||
|
||||
if (s.length() == 0){
|
||||
for(uint32_t i=0;i<_nodes.size();++i)
|
||||
_nodes[i]->setNodeDrawSize(20 * f);
|
||||
_nodes[i]->setNodeDrawSize(12 * f);
|
||||
forceRedraw();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue