[vlc-commits] macosx: Fix wrong cell class in main window

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


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Aug 15 22:22:32 2017 +0200| [022512460afa34b1fa462f521f70edfa4d2d86ad] | committer: Marvin Scholz

macosx: Fix wrong cell class in main window

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

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

diff --git a/modules/gui/macosx/UI/MainWindow.xib b/modules/gui/macosx/UI/MainWindow.xib
index ad86ccb4e8..62a17ee74c 100644
--- a/modules/gui/macosx/UI/MainWindow.xib
+++ b/modules/gui/macosx/UI/MainWindow.xib
@@ -628,7 +628,7 @@
                                         <constraints>
                                             <constraint firstAttribute="width" constant="48" id="XRa-UG-wuM"/>
                                         </constraints>
-                                        <sliderCell key="cell" controlSize="mini" continuous="YES" alignment="left" maxValue="512" doubleValue="251.95348837209303" tickMarkPosition="above" sliderType="linear" id="4276"/>
+                                        <sliderCell key="cell" controlSize="mini" continuous="YES" alignment="left" maxValue="512" doubleValue="251.95348837209303" tickMarkPosition="above" sliderType="linear" id="4276" customClass="VLCVolumeSliderCell"/>
                                         <connections>
                                             <action selector="volumeAction:" target="5339" id="5358"/>
                                         </connections>



More information about the vlc-commits mailing list