question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set popup window height

See original GitHub issue

I can’t find a way to adjust the height of the popup window.

For example when I do either of those 2:

<Plug>(ultest-output-show)
<Plug>(ultest-attach)

The popup is just 20 lines high, which isn’t really enough.

Is there a config option for that which I have overlooked?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rcarrigacommented, Feb 19, 2022

That’s what happens when dealing with long and similar variable names 😅 Please try latest, should be working now

0reactions
dahmccommented, Feb 19, 2022

Thank you so much, it works now, very cool!

One last thing: Is it possible to adjust the window distance at the bottom? Screenshot 2022-02-19 at 12 53 09

My commandline is 2 lines high, and above that there is the status line. If I could add 2 extra lines distance then it would not clip. Is that possible?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set PopUp Window size - javascript - Stack Overflow
The methods you have to use are resizeTo() or resizeBy(). The option to resize a window may be restricted by browser-settings.
Read more >
How to define width and height for a pop-up window, in Razor ...
I'm trying to figure out how to call an action in a new pop-up window with a certain size (widthxheight);. My code:.
Read more >
Blazor - How to change popup window size based on a View ...
Adjust popupWindowSize based its contents for example width based on column size and height based on max row size in a column. Able...
Read more >
Website Pop-Up Sizes for Desktop & Mobile | Lightbox Design
To design something that looks good at most resolutions, it's a good idea to stay under 900×650. 1366×768 is a common screen resolution,...
Read more >
How to bring popup window in %%% percentage of height ...
I can't find though how to put % values for height & width of popup. I tried: https://www.w3schools.com/css/css_dimension.asp. For example: height: 200px;
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found