[vlc-commits] macOS: Use VLCPopUpButtonCell in VideoEffects panel
    Marvin Scholz 
    git at videolan.org
       
    Thu Jun 22 20:59:15 CEST 2017
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 22 20:48:37 2017 +0200| [95f01cbc00e19d7df86f3cda844563e4a1422775] | committer: Marvin Scholz
macOS: Use VLCPopUpButtonCell in VideoEffects panel
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95f01cbc00e19d7df86f3cda844563e4a1422775
---
 modules/gui/macosx/UI/VideoEffects.xib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/UI/VideoEffects.xib b/modules/gui/macosx/UI/VideoEffects.xib
index 9e7cd6d34a..9e483201d5 100644
--- a/modules/gui/macosx/UI/VideoEffects.xib
+++ b/modules/gui/macosx/UI/VideoEffects.xib
@@ -1751,7 +1751,7 @@
                     </tabView>
                     <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="720">
                         <rect key="frame" x="287" y="6" width="68" height="22"/>
-                        <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="723" id="721">
+                        <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="723" id="721" customClass="VLCPopUpButtonCell">
                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
                             <font key="font" metaFont="smallSystem"/>
                             <menu key="menu" title="OtherViews" id="722">
    
    
More information about the vlc-commits
mailing list