[vlc-devel] [PATCH 17/18] qml: use VLCColors.textDisabled color for disabled history button in top banner

Prince Gupta guptaprince8832 at gmail.com
Thu Aug 20 14:15:40 CEST 2020


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



More information about the vlc-devel mailing list