[vlc-commits] macosx: Add two size configurations for fullscreen panel

David Fuhrmann git at videolan.org
Wed Mar 31 21:57:44 UTC 2021


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Mar 31 22:27:39 2021 +0200| [659f569c3a0a77256bbca8a0745d35da7aab3ada] | committer: David Fuhrmann

macosx: Add two size configurations for fullscreen panel

Freely choosing an increased size for fullscreen panel
control buttons has been an error prone drag and drop
operation which was hard to perform right. Compiled with the
latest macOS SDKs, this method does not work at all anymore.

As an alternative, this patch implements two size
configurations (large and normal), which additionally increased
font size.

close vlc#20720

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=659f569c3a0a77256bbca8a0745d35da7aab3ada
---

 modules/gui/macosx/UI/VLCFullScreenPanel.xib | 126 +++++++++++++--------------
 modules/gui/macosx/VLCFSPanelController.m    |  19 +++-
 2 files changed, 75 insertions(+), 70 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=659f569c3a0a77256bbca8a0745d35da7aab3ada


More information about the vlc-commits mailing list