vlc | branch: master | Benoit du Payrat <[email protected]> | Mon Apr 18 
14:03:59 2016 +0200| [c33cdace3bfead59b19bfc0df7b79ca040dd6639] | committer: 
Jean-Baptiste Kempf

Qt: volume slider text is now smaller

Fix #13998

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 modules/gui/qt/util/input_slider.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/util/input_slider.cpp 
b/modules/gui/qt/util/input_slider.cpp
index f2a1aef..48a741d 100644
--- a/modules/gui/qt/util/input_slider.cpp
+++ b/modules/gui/qt/util/input_slider.cpp
@@ -626,7 +626,7 @@ SoundSlider::SoundSlider( QWidget *_parent, float _i_step,
                     ( background.saturation() + foreground.saturation() ) / 2,
                     ( background.value() + foreground.value() ) / 2 );
 
-    textfont.setPointSize( 9 );
+    textfont.setPointSize( 8 );
     textrect.setRect( 0, 0, 34.0*scalingFactorX, 15.0*scalingFactorY );
 
     /* Regular colors */

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to