mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
fixed bug in network graph search sizes
This commit is contained in:
parent
c428739abd
commit
fc0067f980
@ -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…
Reference in New Issue
Block a user