From d4e2fd65dcab7c404a2fb8a6a6bf93b0ad16f601 Mon Sep 17 00:00:00 2001 From: Prince Gupta Date: Thu, 21 Mar 2024 17:01:13 +0530 Subject: [PATCH] qml: fix PlaybackSpeed Popup not loading --- modules/gui/qt/widgets/qml/PopupIconToolButton.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui/qt/widgets/qml/PopupIconToolButton.qml b/modules/gui/qt/widgets/qml/PopupIconToolButton.qml index d15bce7c80..47150c6ced 100644 --- a/modules/gui/qt/widgets/qml/PopupIconToolButton.qml +++ b/modules/gui/qt/widgets/qml/PopupIconToolButton.qml @@ -44,8 +44,6 @@ Widgets.IconToolButton { color: (popup.visible) ? control.colorContext.accent : control.colorContext.fg.primary - size: VLCStyle.icon_toolbar - // FIXME: We can't use upItem because a Popup is not an Item. Navigation.upAction: function() { if (popup.visible) {