[vlc-commits] qml: make sliderbar tooltip round
Fatih Uzunoglu
git at videolan.org
Thu Aug 27 12:44:33 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Mon Jul 27 19:52:16 2020 +0300| [2be293b5920b35d1e06425ce37e7cde5346dcb4d] | committer: Pierre Lamot
qml: make sliderbar tooltip round
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2be293b5920b35d1e06425ce37e7cde5346dcb4d
---
modules/gui/qt/player/qml/SliderBar.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt/player/qml/SliderBar.qml b/modules/gui/qt/player/qml/SliderBar.qml
index 2769dac5ef..9a134b27b0 100644
--- a/modules/gui/qt/player/qml/SliderBar.qml
+++ b/modules/gui/qt/player/qml/SliderBar.qml
@@ -76,7 +76,9 @@ Slider {
id: timeIndicatorRect
width: timeMetrics.width + VLCStyle.dp(10)
height: timeMetrics.height + VLCStyle.dp(5)
+
color: VLCStyle.colors.bgAlt
+ radius: VLCStyle.dp(6)
Text {
anchors.fill: parent
More information about the vlc-commits
mailing list