Skip to content

Commit

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

(cherry picked from commit d5cee2b)

(cherry picked from commit 732b5dd)

(cherry picked from commit dcc74e9)
  • Loading branch information
vsisko authored and vsisko committed Jul 31, 2019
1 parent 5cfc2d7 commit 946d5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,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 946d5af

Please sign in to comment.