1
0
Fork 0

fixed autoresizing query view

This commit is contained in:
Heiko Kernbach 2013-07-17 15:23:46 +02:00
parent 515a4c8934
commit ca3a2f3358
1 changed files with 1 additions and 1 deletions

View File

@ -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();