[vlc-devel] [PATCH 12/15] qml: use default colors in playlist toolbar buttons

Fatih Uzunoglu fuzun54 at outlook.com
Thu Feb 11 21:23:40 UTC 2021


---
 modules/gui/qt/playlist/qml/PlaylistToolbar.qml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/modules/gui/qt/playlist/qml/PlaylistToolbar.qml b/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
index 3522bc8120..ca0f52418b 100644
--- a/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistToolbar.qml
@@ -48,9 +48,6 @@ RowLayout {
             checked: mainPlaylistController.repeatMode !== PlaylistControllerModel.PLAYBACK_REPEAT_NONE
             onClicked: mainPlaylistController.toggleRepeatMode()
             focusPolicy: Qt.NoFocus
-
-            color: colors.buttonText
-            colorDisabled: colors.textInactive
         }
     }
 
@@ -69,9 +66,6 @@ RowLayout {
             iconText: VLCIcons.shuffle_on
             onClicked: mainPlaylistController.shuffle()
             focusPolicy: Qt.NoFocus
-
-            color: colors.buttonText
-            colorDisabled: colors.textInactive
         }
     }
 
@@ -135,9 +129,6 @@ RowLayout {
             iconText: VLCIcons.playlist_clear
             onClicked: mainPlaylistController.clear()
             focusPolicy: Qt.NoFocus
-
-            color: colors.buttonText
-            colorDisabled: colors.textInactive
         }
     }
 }
-- 
2.27.0



More information about the vlc-devel mailing list