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) {