Closed jpotier closed 7 years ago
Can you try it with a smaller border? Remember that the borders and the font need to fit within the height you specify; otherwise you are asking it to squeeze too much into too small of a window, and of course something will end up disappearing because it can't all fit at the same time.
The fact that window size includes border size is not obvious for most users. I think that should be mentioned in docs.
On 02/12/2017 10:36 AM, geekosaur wrote:
Can you try it with a smaller border? Remember that the borders and the font need to fit within the height you specify; otherwise you are asking it to squeeze too much into too small of a window, and of course something will end up disappearing because it can't all fit at the same time.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xmonad/xmonad-contrib/issues/145#issuecomment-279202229, or mute the thread https://github.com/notifications/unsubscribe-auth/AKyf5du4GiSvJWC90S6EtnI2L8qTq8quks5rbraTgaJpZM4L-att.
-- Bogdan Sinitsyn
@geekosaur, you are right, 20 is too much. A smaller value works. I was surprised, since this happened after migrating to xmonad-contrib 0.13
.
There have been several changes to Prompt to fix other edge cases involving menus, which probably impacted this behavior. We almost certainly compute the final window size differently now, for example.
Problem Description
After migrating to 0.13 (xmonad and xmonad-contrib) Setting a promptBorderWidth > 0 hides the menu entirely, I expected it wouldn't.
https://framapic.org/EGlTwyfGctvS/Ipgksa46uXb7.png (set to 20) https://framapic.org/6fj1CsRIMdTL/neItXFVC8pTY.png (set to 0)
Configuration File
Please include the smallest configuration file that reproduces the problem you are experiencing:
Checklist
[x] I've read CONTRIBUTING.md
[ ] I tested my configuration with xmonad-testing