mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Further UI refinement
This commit is contained in:
parent
50d04edf23
commit
08f1fe857a
|
@ -27,7 +27,7 @@ window.graphView = Backbone.View.extend({
|
||||||
};
|
};
|
||||||
|
|
||||||
$("#creationDialog").remove();
|
$("#creationDialog").remove();
|
||||||
ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 770);
|
ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 680);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue