Skip to content

Commit dcc74e9

Browse files
vsiskovsisko
authored andcommitted
GG-21947 Backport to 8.7-master of GG-21931 Increased maximum height of query editor to 50 rows. (apache#330)
(cherry picked from commit d5cee2b) (cherry picked from commit 732b5dd)
1 parent 72dea0f commit dcc74e9

File tree

1 file changed

+1
-1
lines changed
  • modules/web-console/frontend/app/components/page-queries/components/queries-notebook

1 file changed

+1
-1
lines changed

modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ export class NotebookCtrl {
912912
renderer.setOption('fontFamily', 'monospace');
913913
renderer.setOption('fontSize', '14px');
914914
renderer.setOption('minLines', '5');
915-
renderer.setOption('maxLines', '15');
915+
renderer.setOption('maxLines', '50');
916916

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

0 commit comments

Comments
 (0)