diff --git a/rssfinder/main.qml b/rssfinder/main.qml index cf1f9ac..c04bc1f 100644 --- a/rssfinder/main.qml +++ b/rssfinder/main.qml @@ -125,11 +125,11 @@ Falkon.PluginInterface { ToolTip.visible: hovered ToolTip.text: i18n("Copy URL") - Layout.fillHeight: true - contentItem: Image { source: 'clipboard.svg' - sourceSize.height: parent.height + sourceSize.width: 50 + sourceSize.height: 50 + fillMode: Image.PreserveAspectFit } } }