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