vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Tue Dec 29 
19:45:28 2020 +0530| [c6c907ff5d0e6b70464125d1b3dedb9f2c1da0d6] | committer: 
Pierre Lamot

qml: remove percentage text from ScanProgressBar

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

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

 modules/gui/qt/widgets/qml/ScanProgressBar.qml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/modules/gui/qt/widgets/qml/ScanProgressBar.qml 
b/modules/gui/qt/widgets/qml/ScanProgressBar.qml
index 26a7fa9ead..cc971f51e1 100644
--- a/modules/gui/qt/widgets/qml/ScanProgressBar.qml
+++ b/modules/gui/qt/widgets/qml/ScanProgressBar.qml
@@ -82,15 +82,4 @@ T.ProgressBar {
         radius: 2
         color: VLCStyle.colors.bg
     }
-
-    Text {
-        id: progressText_id
-        color: VLCStyle.colors.text
-        style: Text.Outline
-        styleColor: VLCStyle.colors.bg
-        text:  medialib.discoveryPending ? medialib.discoveryEntryPoint : 
(medialib.parsingProgress + "%")
-        z: control.z + 1
-        anchors.horizontalCenter: parent.horizontalCenter
-        visible: true
-    }
 }

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

Reply via email to