mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
changed points to pixels for keeping visual size consistency between osx and windows
This commit is contained in:
parent
aa93ac2472
commit
ea4b9a69d4
@ -18,7 +18,7 @@ Rectangle {
|
|||||||
property font infoFont: Qt.font({
|
property font infoFont: Qt.font({
|
||||||
|
|
||||||
family: "Arial",
|
family: "Arial",
|
||||||
pointSize: 10.5
|
pixelSize: 14
|
||||||
});
|
});
|
||||||
|
|
||||||
property int topMargin : 27
|
property int topMargin : 27
|
||||||
@ -109,7 +109,7 @@ Rectangle {
|
|||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pointSize: mainContainer.compact ? 14 : 15.75;
|
font.pixelSize: mainContainer.compact ? 18 : 21;
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
|
||||||
text: "#1" + " - " + "A Single Dream Can Spark A Revolution"
|
text: "#1" + " - " + "A Single Dream Can Spark A Revolution"
|
||||||
@ -197,7 +197,7 @@ Rectangle {
|
|||||||
id: sinopsis
|
id: sinopsis
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 11.75
|
font.pixelSize: 15
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
horizontalAlignment: Text.AlignJustify
|
horizontalAlignment: Text.AlignJustify
|
||||||
text: "The first original comic series created and written by Clive Barker is here!Julian Edmond, captain of industry, has left behind everything to begin a walkabout -- he believes he’s on a mission from God. While in the wasteland, he comes across a figure unlike any other, who calls himself Wick...and claims to be God. Their journey will span the globe, as neither man merely wants to make a mark on the world, but a scar.Clive Barker, with internationally acclaimed artist Haemi Jang (HELLRAISER: THE ROAD BELOW), come together to create the next legendary work in the canon of one of the great writers of our era. Ask your retailer about the ultra-limited edition signed Clive Barker variant cover, painted by the master of horror himself!"
|
text: "The first original comic series created and written by Clive Barker is here!Julian Edmond, captain of industry, has left behind everything to begin a walkabout -- he believes he’s on a mission from God. While in the wasteland, he comes across a figure unlike any other, who calls himself Wick...and claims to be God. Their journey will span the globe, as neither man merely wants to make a mark on the world, but a scar.Clive Barker, with internationally acclaimed artist Haemi Jang (HELLRAISER: THE ROAD BELOW), come together to create the next legendary work in the canon of one of the great writers of our era. Ask your retailer about the ultra-limited edition signed Clive Barker variant cover, painted by the master of horror himself!"
|
||||||
@ -210,7 +210,7 @@ Rectangle {
|
|||||||
id: authors_title
|
id: authors_title
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 13.5
|
font.pixelSize: 18
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
||||||
text: "Authors"
|
text: "Authors"
|
||||||
@ -226,7 +226,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 11.25
|
font.pixelSize: 15
|
||||||
|
|
||||||
text: "Author"
|
text: "Author"
|
||||||
}
|
}
|
||||||
@ -234,7 +234,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
color: "#b0b0b0"
|
color: "#b0b0b0"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 9.75
|
font.pixelSize: 13
|
||||||
font.italic: true
|
font.italic: true
|
||||||
text: "writer"
|
text: "writer"
|
||||||
}
|
}
|
||||||
@ -248,7 +248,7 @@ Rectangle {
|
|||||||
id: publisher_title
|
id: publisher_title
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 13.5
|
font.pixelSize: 18
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
||||||
text: "Publiser"
|
text: "Publiser"
|
||||||
@ -261,7 +261,7 @@ Rectangle {
|
|||||||
id: characters_title
|
id: characters_title
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 13.5
|
font.pixelSize: 18
|
||||||
font.bold: true
|
font.bold: true
|
||||||
|
|
||||||
text: "Characters"
|
text: "Characters"
|
||||||
@ -277,7 +277,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pointSize: 11.25
|
font.pixelSize: 15
|
||||||
|
|
||||||
text: "character"
|
text: "character"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user