Hello
I think this may be very simple but I don't know how to fix it.
In Windows 11 on this machine (1920x1080), I see Avidemux like the picture attached.
If I resize the window to normal size I can not see the buttons at the bottom.
Please let me know any tips.
Regards
Please try to disable automatic HiDPI scaling in Qt like mentioned in the topic https://avidemux.org/smif/index.php/topic,19701.msg92838.html
Thanks
Adding the QT_AUTO_SCREEN_SCALE_FACTOR to 0 as a Windows environment variable did the trick.
Thanks for the help.