mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 09:47:35 +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,
|
||||
panEnabled: true,
|
||||
constrained: false,
|
||||
minScale: 0.1,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user