feat: add node graphic item
This commit is contained in:
@@ -9,7 +9,7 @@ NetworkGraphicsScene::NetworkGraphicsScene()
|
||||
{
|
||||
sceneWidth_ = 64000;
|
||||
sceneHeight_ = 64000;
|
||||
gridSize_ = 20;
|
||||
gridSize_ = 40;
|
||||
|
||||
setSceneRect(sceneWidth_/-2.0f, sceneHeight_/-2.0f, sceneWidth_, sceneHeight_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user