[vlc-devel] [PATCH 4/9] macosx: Improve drawing of VLCHUDSliderCell
Marvin Scholz
epirat07 at gmail.com
Sun Jun 5 11:28:26 CEST 2016
---
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 @@ - (void) drawKnob:(NSRect)smallRect
[_disabledStrokeColor setStroke];
}
- [path setLineWidth:0.5f];
+ [path setLineWidth:1.0];
[path stroke];
}
--
2.7.4 (Apple Git-66)
More information about the vlc-devel
mailing list