[vlc-commits] qml: decrease bar height of ControlBar Slider

Prince Gupta git at videolan.org
Mon Feb 8 10:00:25 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Wed Jan 20 20:45:43 2021 +0530| [f0869eb0b17fe26c06ae817f86f28a36eebf16dc] | committer: Pierre Lamot

qml: decrease bar height of ControlBar Slider

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

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

 modules/gui/qt/player/qml/ControlBar.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/player/qml/ControlBar.qml b/modules/gui/qt/player/qml/ControlBar.qml
index 7bc7ef7f2e..52dcf9129c 100644
--- a/modules/gui/qt/player/qml/ControlBar.qml
+++ b/modules/gui/qt/player/qml/ControlBar.qml
@@ -85,6 +85,7 @@ Widgets.NavigableFocusScope {
 
             backgroundColor: Qt.lighter(colors.playerBg, 1.6180)
             progressBarColor: activeFocus ? colors.accent : colors.playerControlBarFg
+            barHeight: VLCStyle.heightBar_xxsmall
             Layout.alignment: Qt.AlignLeft | Qt.AlignTop
             Layout.fillWidth: true
             enabled: player.playingState == PlayerController.PLAYING_STATE_PLAYING || player.playingState == PlayerController.PLAYING_STATE_PAUSED



More information about the vlc-commits mailing list