[vlc-commits] macosx: Fix wrong cell class in fullscreen panel

Marvin Scholz git at videolan.org
Wed Aug 16 00:47:51 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Aug 16 00:26:00 2017 +0200| [8f5c71f7b40cd79e51885d76ad7d872b059b6e0f] | committer: Marvin Scholz

macosx: Fix wrong cell class in fullscreen panel

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f5c71f7b40cd79e51885d76ad7d872b059b6e0f
---

 modules/gui/macosx/UI/VLCFullScreenPanel.xib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/UI/VLCFullScreenPanel.xib b/modules/gui/macosx/UI/VLCFullScreenPanel.xib
index 63060b5834..02373b2590 100644
--- a/modules/gui/macosx/UI/VLCFullScreenPanel.xib
+++ b/modules/gui/macosx/UI/VLCFullScreenPanel.xib
@@ -57,7 +57,7 @@
                                 <constraints>
                                     <constraint firstAttribute="width" constant="80" id="qcW-zc-UJI"/>
                                 </constraints>
-                                <sliderCell key="cell" controlSize="mini" continuous="YES" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" sliderType="linear" id="L1r-AD-Y0K"/>
+                                <sliderCell key="cell" controlSize="mini" continuous="YES" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" sliderType="linear" id="L1r-AD-Y0K" customClass="VLCDefaultValueSliderCell"/>
                                 <connections>
                                     <action selector="volumeSliderUpdate:" target="-2" id="doI-qM-Pde"/>
                                 </connections>



More information about the vlc-commits mailing list