From 53a7ca96a31fb5e6801dd5de684b4e8f64fdd4ae Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 9 Mar 2016 08:55:27 +0100 Subject: [PATCH] AppStore: Fixed Delegate to not cut the icon of the app Change-Id: Id51c0288a9cb6f9c2c18dfd5d9caa6ffd4649e98 Reviewed-by: Nedim Hadzic --- sysui/Cloud/Store/AppGridItemDelegate.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysui/Cloud/Store/AppGridItemDelegate.qml b/sysui/Cloud/Store/AppGridItemDelegate.qml index 1829701..070ee56 100644 --- a/sysui/Cloud/Store/AppGridItemDelegate.qml +++ b/sysui/Cloud/Store/AppGridItemDelegate.qml @@ -50,8 +50,8 @@ UIElement { } Column { - anchors.left: parent.left; anchors.right: parent.right - anchors.bottom: parent.bottom; anchors.bottomMargin: Style.padding + anchors.fill: parent + anchors.bottomMargin: Style.padding spacing: Style.paddingXL