mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Added read marks to FlowView.qml
This commit is contained in:
@ -50,7 +50,6 @@ Rectangle {
|
||||
|
||||
anchors.margins: 0
|
||||
|
||||
|
||||
MouseArea {
|
||||
anchors.fill : list
|
||||
onWheel: {
|
||||
@ -137,6 +136,16 @@ Rectangle {
|
||||
cache: false
|
||||
}
|
||||
|
||||
//mark
|
||||
Image {
|
||||
id: mark
|
||||
width: 23
|
||||
height: 23
|
||||
source: read_column&&show_marks?"tick.png":has_been_opened&&show_marks?"reading.png":""
|
||||
anchors {right: coverElement.right; top: coverElement.top; topMargin: 9; rightMargin: 9}
|
||||
asynchronous : true
|
||||
}
|
||||
|
||||
//border
|
||||
Rectangle {
|
||||
width: coverElement.width
|
||||
|
Reference in New Issue
Block a user