mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed icon sizes in gridview .qml to enable compatibility with retina displays
This commit is contained in:
parent
2e53618448
commit
dc68a14e01
@ -234,6 +234,8 @@ Rectangle {
|
|||||||
id: pageImage
|
id: pageImage
|
||||||
anchors {bottom: realCell.bottom; right: realCell.right; bottomMargin: 5; rightMargin: 4; leftMargin: 4}
|
anchors {bottom: realCell.bottom; right: realCell.right; bottomMargin: 5; rightMargin: 4; leftMargin: 4}
|
||||||
source: "page.png"
|
source: "page.png"
|
||||||
|
width: 8
|
||||||
|
height: 10
|
||||||
}
|
}
|
||||||
|
|
||||||
//numPages
|
//numPages
|
||||||
@ -252,6 +254,8 @@ Rectangle {
|
|||||||
id: ratingImage
|
id: ratingImage
|
||||||
anchors {bottom: realCell.bottom; right: pageImage.left; bottomMargin: 5; rightMargin: Math.floor(pages.width)+12}
|
anchors {bottom: realCell.bottom; right: pageImage.left; bottomMargin: 5; rightMargin: Math.floor(pages.width)+12}
|
||||||
source: "star.png"
|
source: "star.png"
|
||||||
|
width: 13
|
||||||
|
height: 11
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user