From dc68a14e019ef2db962dc26783cde505765ee939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 21 Aug 2015 17:20:19 +0200 Subject: [PATCH] fixed icon sizes in gridview .qml to enable compatibility with retina displays --- YACReaderLibrary/qml/GridComicsView.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 95520a91..8fc075bc 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -234,6 +234,8 @@ Rectangle { id: pageImage anchors {bottom: realCell.bottom; right: realCell.right; bottomMargin: 5; rightMargin: 4; leftMargin: 4} source: "page.png" + width: 8 + height: 10 } //numPages @@ -252,6 +254,8 @@ Rectangle { id: ratingImage anchors {bottom: realCell.bottom; right: pageImage.left; bottomMargin: 5; rightMargin: Math.floor(pages.width)+12} source: "star.png" + width: 13 + height: 11 MouseArea { anchors.fill: parent