From e9ecba13746482d0d1e183a641f9577a1a63085a Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 14 Jul 2021 16:03:06 +0200 Subject: [PATCH] Remove bindingloop in project selector --- plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml index 1a3c1723b3..d184264cde 100644 --- a/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml +++ b/plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml @@ -93,8 +93,6 @@ Item source: searchBar.text === "" ? "../images/digital_factory.svg" : "../images/projects_not_found.svg" fillMode: Image.PreserveAspectFit width: parent.width - 2 * UM.Theme.getSize("thick_margin").width - sourceSize.width: width - sourceSize.height: height } Label