"Error" window get stretched if window border is relatively big #1431
-
After number of experiments I narrowed down my window {
border: 5% 0;
} I run rofi -modi run -show run -no-default-config I get what I expect on the "run" window (full screen shot): As you can see I type in There are two things appear unexpected to me:
If I set window border to window {
border: 4% 0;
} I get this result: On this screenshot behavior 1 is gone, but behavior 2 is still present. The same happens when I use Is there a way to configure "error" window to make it centered and not get stretched when relatively large window border value is set? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Interesting, I wonder what is going wrong here. |
Beta Was this translation helpful? Give feedback.
Interesting, I wonder what is going wrong here.
Ill upgrade this to an issue, because this seems to be unwanted behavior.
I had not seen this before.