StatusBar disappears on resize (smaller)
See original GitHub issueLoving the new StatusBar
.
However, on-resize, if the console is made smaller (not if made bigger), it disappears.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Avoid the status bar (footer) from disappearing in a GUI ...
The issue is that when reducing a lot the height of the window, the status bar disappears because the middle frame adapts to...
Read more >QStatusBar wrong adjustSize()? When is it calculated?
If I now request another resize while the program is running, i.e. calling resize_content again, the status bar is resized to height 20...
Read more >statusbar disappears (#399) · Issues - gedit - GitLab - GNOME
For a solution, a kludgy one is to click the maximize/restore top-right button once or twice to resize. The effect seems to be...
Read more >How to increase the size of status bar icons? - XDA Forums
I found a great app(super status bar gesture) but it has a problem sometimes its notification bar disappears and original notification bar appears....
Read more >hidden statusbar remains hidden when using a "mode ...
My bar is set to "hidden". In i3, it becomes visible when I enter into a "mode" (e.g. "resize") and remains visible until...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this is an issue with
gui.cs
on Windows Terminal. See https://github.com/migueldeicaza/gui.cs/issues/332Because WindowsDriver don’t trigger the buffer event changed on the vertical shrink resizing, there is no way to caught that to resize the buffer.