[vlc-commits] macosx: Fix autolayout issues for simple prefs
David Fuhrmann
git at videolan.org
Tue Apr 6 09:55:44 UTC 2021
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Apr 5 19:09:15 2021 +0200| [198fb6c0e60cbe6e4836761814b9d263a38ddc54] | committer: David Fuhrmann
macosx: Fix autolayout issues for simple prefs
For all views shown in simple preferences, all UI elements
with intrinsic sizes (e.g. labels / checkboxes) need a
vertical content hugging priority of 750 (bigger than 500)
because those views should adapt its height based on the content.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=198fb6c0e60cbe6e4836761814b9d263a38ddc54
---
modules/gui/macosx/UI/SimplePreferences.xib | 516 ++++++++++++++--------------
1 file changed, 258 insertions(+), 258 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=198fb6c0e60cbe6e4836761814b9d263a38ddc54
More information about the vlc-commits
mailing list