[vlc-commits] [Git][videolan/vlc][master] macosx: prevent time selection seconds label from clipping

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Jul 19 09:14:44 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
000b7ba1 by Serhii Bykov at 2026-07-19T08:59:35+00:00
macosx: prevent time selection seconds label from clipping

- - - - -


1 changed file:

- modules/gui/macosx/UI/TimeSelectionPanel.xib


Changes:

=====================================
modules/gui/macosx/UI/TimeSelectionPanel.xib
=====================================
@@ -114,7 +114,7 @@
                             <binding destination="-2" name="value" keyPath="self.jumpHoursValue" previousBinding="ubF-Xt-qiY" id="fTw-EH-qRY"/>
                         </connections>
                     </stepper>
-                    <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="oMI-0n-rej">
+                    <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="oMI-0n-rej">
                         <rect key="frame" x="222" y="53" width="25" height="16"/>
                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="ss" id="74c-xI-3AS">
                             <font key="font" metaFont="cellTitle"/>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/000b7ba1103132c1f741a32a72b5fee4ccedb1c4

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/000b7ba1103132c1f741a32a72b5fee4ccedb1c4
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list