mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
GraphView: Allow scaling out far more
This way we can see allmost the entire graph.
This commit is contained in:
@ -126,6 +126,7 @@ class _GraphViewState extends State<GraphView> {
|
|||||||
child: view,
|
child: view,
|
||||||
panEnabled: true,
|
panEnabled: true,
|
||||||
constrained: false,
|
constrained: false,
|
||||||
|
minScale: 0.1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user