vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Tue Dec 22 
00:14:03 2020 +0530| [84024f48a79a6e3aebe25b46182c058f769f419c] | committer: 
Pierre Lamot

qml: decrease font size of BannerTabButton

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

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

 modules/gui/qt/widgets/qml/BannerTabButton.qml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/BannerTabButton.qml 
b/modules/gui/qt/widgets/qml/BannerTabButton.qml
index 358aec40b0..c10416c120 100644
--- a/modules/gui/qt/widgets/qml/BannerTabButton.qml
+++ b/modules/gui/qt/widgets/qml/BannerTabButton.qml
@@ -72,9 +72,11 @@ T.TabButton {
                                                                 : 
((control.selected) ? VLCStyle.colors.accent : VLCStyle.colors.text)
             }
 
-            Widgets.MenuLabel {
+            Label {
                 id: txt
+
                 visible: showText
+                font.pixelSize: VLCStyle.fontSize_normal
                 font.weight: (control.activeFocus || control.hovered || 
control.selected) ? Font.DemiBold : Font.Normal
                 color: (control.activeFocus || control.hovered) ? 
VLCStyle.colors.accentText
                                                                 : 
((control.selected) ? VLCStyle.colors.text : VLCStyle.colors.menuCaption)

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

Reply via email to