mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
Fix tick and favorites vertical alignment
This commit is contained in:
@ -80,7 +80,8 @@ Rectangle {
|
|||||||
Layout.topMargin: topMargin
|
Layout.topMargin: topMargin
|
||||||
|
|
||||||
InfoTick {
|
InfoTick {
|
||||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
Layout.alignment: Qt.AlignTop | Qt.AlignLeft
|
||||||
|
Layout.topMargin: 5
|
||||||
|
|
||||||
read: comicInfo ? comicInfo.read ?? false : false
|
read: comicInfo ? comicInfo.read ?? false : false
|
||||||
|
|
||||||
@ -95,7 +96,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
InfoFavorites {
|
InfoFavorites {
|
||||||
Layout.topMargin: 1
|
Layout.topMargin: 2
|
||||||
Layout.rightMargin: 17
|
Layout.rightMargin: 17
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user