From f710368b3b69b9a4a8d6faaea37c411329d33d85 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Wed, 22 Feb 2023 11:49:32 +0100 Subject: [PATCH] Try to fix the polish loop Signed-off-by: Juraj Oravec --- rssfinder/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } } }