DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
478 stars 16 forks source link

Wordy release note eats away the screen #50

Closed k-quiroz closed 1 year ago

k-quiroz commented 1 year ago

I'm actually not sure how or where this would count as an issue, but I'm putting it in anyway since it will probably affect some poor soul. When the release note is too big, the "to update" window gets too big and fills the screen.

image

Since this blocks the buttons to click, and the Close button is disabled, it gets weird. I know that I can tab away the problem, but still.

DJDoubleD commented 1 year ago

Seems like a valid issue to me, although it is of course non-blocking. My screen seemed to be large enough to not encounter the issue, but it was easily reproduced by forcing a massive block of text in a debug version.

I found simple solution quite fast using a FlexibleMessageBox, so will be fixed in the next release. The fix will most likely be useful in the future as I like to document my releases as best as possible.