changed milestone to %Qt redesign (VLC 4.0)
added Component::Interface: Qt Platform::Windows desktop labels
assigned to @fuzun
I think that this is related with the assigned style sheet.
/*
Match the QML theme to
native part. Using Qt Style Sheet to
set the theme.
*/
Component.onCompleted: toolbareditor.setStyleSheet(
"background-color:"+VLCStyle.colors.bg+
";color:"+VLCStyle.colors.buttonText+
";selection-background-color:"+
VLCStyle.colors.bgHover);
With the assistance of @chub, we are in the works of transition of this native dialog to a fully QML dialog. There won't be any need of setting the style sheet that way. I will see by then if the new dialog is still affected.
mentioned in commit fuzun/vlc@5fa1e0b7
mentioned in commit fuzun/vlc@de9b8123
mentioned in commit a1d9020d
closed
changed milestone to %4.0
VideoLAN code repository instance