vlc | branch: master | Marvin Scholz <epira...@gmail.com> | Sun Jun  5 11:28:26 
2016 +0200| [5c924bf3431a2fbe1eefae698178ace5edd69310] | committer: Felix Paul 
Kühne

macosx: Improve drawing of VLCHUDSliderCell

Signed-off-by: Felix Paul Kühne <fkue...@videolan.org>

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

 modules/gui/macosx/VLCHUDSliderCell.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VLCHUDSliderCell.m 
b/modules/gui/macosx/VLCHUDSliderCell.m
index e48d45c..8e3ac28 100644
--- a/modules/gui/macosx/VLCHUDSliderCell.m
+++ b/modules/gui/macosx/VLCHUDSliderCell.m
@@ -138,7 +138,7 @@ NSAffineTransform* RotationTransform(const CGFloat angle, 
const NSPoint point)
         [_disabledStrokeColor setStroke];
     }
 
-    [path setLineWidth:0.5f];
+    [path setLineWidth:1.0];
     [path stroke];
 }
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to