[vlc-devel] [PATCH 05/38] qml: make sliderbar tooltip round

Fatih Uzunoglu fuzun54 at outlook.com
Thu Aug 20 19:55:14 CEST 2020


---
 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
-- 
2.25.1



More information about the vlc-devel mailing list