JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.
https://codepoems.eu/xl-converter
Other
118 stars 4 forks source link

Small bug with the interface #22

Closed Ukhryuk-Hai closed 3 months ago

Ukhryuk-Hai commented 3 months ago

After start the conversion, a progress window will appear. If minimize the program window and then restore it, the progress window will be compressed vertically. If minimize and restore again, only the title of this window will remain visible.

Let me clarify that I have a 1920*1080 display and 25% image scaling is activated in the Windows settings. I don't know if this has anything to do with the bug.

JacobDev1 commented 3 months ago

Thanks for pointing this out.

I just fixed it.

The issue was exclusive to Windows and appeared during periods when the dialog wasn't being updated with new data. I added a minimum height to it.