mirror of https://gitee.com/bigwinds/arangodb
fixed autoresizing query view
This commit is contained in:
parent
515a4c8934
commit
ca3a2f3358
|
@ -74,7 +74,7 @@ var queryView = Backbone.View.extend({
|
|||
}
|
||||
|
||||
var windowHeight = $(window).height() - 250;
|
||||
$('#queryOutput').height(windowHeight/2);
|
||||
$('#queryOutput').height(windowHeight/3);
|
||||
$('#aqlEditor').height(windowHeight/2);
|
||||
|
||||
editor.resize();
|
||||
|
|
Loading…
Reference in New Issue