squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.51k stars 54 forks source link

Input Error Overlay Size #392

Closed andymandias closed 3 months ago

andymandias commented 3 months ago

In my testing the error overlay for user input fills the full height of the pane. E.g. typing then attempting to submit /msg BouncerServer (without a message argument) results in a full height overlay that looks like: Screenshot from 2024-06-09 14-43-36 This minor tweak is to instead shrink the size of the container to the text (not worthy of a changelog entry, I think).

casperstorm commented 3 months ago

Edit: For some reason this isn't a issue on Windows. Confirmed that it still works on Windows, and fixed the issue on macOS.