[vlc-commits] Qt: volume slider text is now smaller

Benoit du Payrat git at videolan.org
Wed Apr 20 13:15:40 CEST 2016


vlc | branch: master | Benoit du Payrat <benoit at videolabs.io> | 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 <jb at videolan.org>

> 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 */



More information about the vlc-commits mailing list