[vlc-commits] [Git][videolan/vlc][master] macos: use rounded style for empty library Browse button

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Aug 16 09:03:14 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
97afcce5 by Serhii Bykov at 2026-08-16T10:51:53+02:00
macos: use rounded style for empty library Browse button

- - - - -


1 changed file:

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


Changes:

=====================================
modules/gui/macosx/UI/VLCLibraryWindow.xib
=====================================
@@ -1861,11 +1861,11 @@
                 </imageView>
                 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="V2G-WY-Ewc" userLabel="Browse Button" customClass="VLCCustomEmptyLibraryBrowseButton">
                     <rect key="frame" x="298" y="141" width="99" height="28"/>
-                    <buttonCell key="cell" type="recessed" title="Browse" bezelStyle="recessed" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="l2n-Ul-S0e">
+                    <buttonCell key="cell" type="push" title="Browse" bezelStyle="rounded" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="l2n-Ul-S0e">
                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
                         <font key="font" metaFont="cellTitle"/>
                     </buttonCell>
-                    <color key="contentTintColor" name="textColor" catalog="System" colorSpace="catalog"/>
+                    <color key="bezelColor" name="VLCAccentColor"/>
                     <constraints>
                         <constraint firstAttribute="height" constant="28" id="8dg-gG-ccj"/>
                         <constraint firstAttribute="width" constant="99" id="ELs-Kb-L3e"/>



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/97afcce5049b25dcd1e8448b539c8e3c356b9bd9

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/97afcce5049b25dcd1e8448b539c8e3c356b9bd9
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