Skip to content

Commit

Permalink
GG-21947 Backport to 8.7-master of GG-21931 Increased maximum height …
Browse files Browse the repository at this point in the history
…of query editor to 50 rows. (apache#330)

(cherry picked from commit d5cee2b)

(cherry picked from commit 732b5dd)
  • Loading branch information
vsisko authored and vsisko committed Jul 31, 2019
1 parent 72dea0f commit dcc74e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ export class NotebookCtrl {
renderer.setOption('fontFamily', 'monospace');
renderer.setOption('fontSize', '14px');
renderer.setOption('minLines', '5');
renderer.setOption('maxLines', '15');
renderer.setOption('maxLines', '50');

editor.setTheme('ace/theme/chrome');

Expand Down

0 comments on commit dcc74e9

Please sign in to comment.