Postby erwan10 » 14 May 2014 00:16
The skins2 resizing mechanism was designed this way a long long time ago. Changing it now is not trivial at all.
Actually, this usually gets annoying when a video is too big and the window gets enlarged far beyond the limit of the screen, making it impossible to grab the bottom-right handle for resizing.
Here is what you can do :
- if the video is still running, just keep on pressing ctrl-Z till you get a zooming factor that makes the window regain a reasonable size.
- if you definitively wish to deactivate this automatic video resizing, there is a --no-qt-video-autoresize parameter that works for both Qt and skin2. Alternatively, you can also turn it off in the theme.xml file for a given skin if you are familiar with skins development.
Hope this helps !