[vlc-commits] qml: use VLCColors.textDisabled color for disabled history button in top banner

Prince Gupta git at videolan.org
Thu Aug 27 12:44:04 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Aug 17 21:01:19 2020 +0530| [c2c0cc2390c6abaf86de6ddc7afbdd03c11339ee] | committer: Pierre Lamot

qml: use VLCColors.textDisabled color for disabled history button in top banner

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

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

 modules/gui/qt/maininterface/qml/BannerSources.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/maininterface/qml/BannerSources.qml b/modules/gui/qt/maininterface/qml/BannerSources.qml
index 9ef9f01984..9ccde2034a 100644
--- a/modules/gui/qt/maininterface/qml/BannerSources.qml
+++ b/modules/gui/qt/maininterface/qml/BannerSources.qml
@@ -177,6 +177,7 @@ Widgets.NavigableFocusScope {
                              iconText: VLCIcons.topbar_previous
                              text: i18n.qtr("Previous")
                              height: localToolbar.height
+                             colorDisabled: VLCStyle.colors.textDisabled
                              onClicked: history.previous()
                              enabled: !history.previousEmpty
                          }



More information about the vlc-commits mailing list