[vlc-commits] qml: remove percentage text from ScanProgressBar

Prince Gupta git at videolan.org
Wed Jan 27 09:25:27 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at 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 <pierre at 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
-    }
 }



More information about the vlc-commits mailing list