[vlc-commits] macOS: Fix VLCFullScreenPanel volume slider frame size

Marvin Scholz git at videolan.org
Wed Jun 28 18:13:01 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jun 28 15:31:29 2017 +0200| [6d4118d3ac1eb7afd8a30c3123858c873b0e4a61] | committer: Marvin Scholz

macOS: Fix VLCFullScreenPanel volume slider frame size

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

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

diff --git a/modules/gui/macosx/UI/VLCFullScreenPanel.xib b/modules/gui/macosx/UI/VLCFullScreenPanel.xib
index aeb11a803d..c2cedfc260 100644
--- a/modules/gui/macosx/UI/VLCFullScreenPanel.xib
+++ b/modules/gui/macosx/UI/VLCFullScreenPanel.xib
@@ -85,9 +85,8 @@
                                 </connections>
                             </button>
                             <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ihl-7x-5mN" customClass="VLCDefaultValueSlider">
-                                <rect key="frame" x="50" y="13" width="80" height="16"/>
+                                <rect key="frame" x="50" y="14" width="80" height="13"/>
                                 <constraints>
-                                    <constraint firstAttribute="height" constant="15" id="2ZX-Ma-yc0"/>
                                     <constraint firstAttribute="width" relation="lessThanOrEqual" constant="80" id="qcW-zc-UJI"/>
                                     <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="50" id="zHK-AF-Ru9"/>
                                 </constraints>



More information about the vlc-commits mailing list