Skip to content

Commit

Permalink
AppStore: Fixed Delegate to not cut the icon of the app
Browse files Browse the repository at this point in the history
Change-Id: Id51c0288a9cb6f9c2c18dfd5d9caa6ffd4649e98
Reviewed-by: Nedim Hadzic <[email protected]>
  • Loading branch information
Gagi2k committed Mar 9, 2016
1 parent a3b43b2 commit 53a7ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysui/Cloud/Store/AppGridItemDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53a7ca9

Please sign in to comment.