Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
352 stars 34 forks source link

Clicking on '...' button causes UI to shrink in size #108

Closed raelb closed 7 months ago

raelb commented 2 years ago

When clicking on the '...' button in Add url or in settings it causes the entire UI to snap and shrink in size. Initially the UI is not high dpi aware (i.e. the ui is slightly blurred). When clicking on the button, the ui becomes more crisp, but tiny.

https://user-images.githubusercontent.com/13108198/167445597-26b58d49-ae73-4f78-bd20-abe996e44d65.mp4

Information (please complete the following information)

raelb commented 2 years ago

Possible solutions: https://stackoverflow.com/questions/42975285/commonopenfiledialog-cause-windows-form-to-shrink

Maxstupo commented 2 years ago

Possible solutions: https://stackoverflow.com/questions/42975285/commonopenfiledialog-cause-windows-form-to-shrink

Attempted fix in #19, fix was later rolled back in #29 due to other display issues

raelb commented 2 years ago

It is not a big thing. I found problem solved by selecting "use basic folder picker"

image