1
0
Fork 0

GraphViewer: Further UI refinement

This commit is contained in:
Michael Hackstein 2013-04-30 14:58:42 +02:00
parent 50d04edf23
commit 08f1fe857a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ window.graphView = Backbone.View.extend({
};
$("#creationDialog").remove();
ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 770);
ui = new GraphViewerUI(document.getElementById("content"), aaconfig, 940, 680);
},