qtconsole icon indicating copy to clipboard operation
qtconsole copied to clipboard

Set height for completion widget

Open Roffild opened this issue 5 years ago • 3 comments

    gui_completion_height = Integer(0, config=True,
        help="""
        Set Height for completion.

        'droplist'
            Height in pixels.
        'ncurses'
            Maximum number of rows.
        """
    )

In my confing now:

c.ConsoleWidget.gui_completion = 'droplist'
c.ConsoleWidget.gui_completion_height = 600

Roffild avatar Oct 24 '20 17:10 Roffild

gui_completion_height600

Roffild avatar Mar 10 '22 07:03 Roffild

Hey @Roffild, thanks for the ping, I just missed your work when you submitted it.

To proceed, please merge your branch with the latest master so you can solve the merge conflicts. If you need help with that, let us know.

ccordoba12 avatar Mar 10 '22 15:03 ccordoba12

Finish

Roffild avatar Mar 11 '22 09:03 Roffild