mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
More png to svg conversions on qml side
This commit is contained in:
@ -159,7 +159,7 @@ Rectangle {
|
||||
id: mark
|
||||
width: 23
|
||||
height: 23
|
||||
source: read_column&&show_marks?"tick.png":has_been_opened&&show_marks?"reading.png":""
|
||||
source: read_column&&show_marks?"tick.svg":has_been_opened&&show_marks?"reading.svg":""
|
||||
anchors {right: coverElement.right; top: coverElement.top; topMargin: 9; rightMargin: 9}
|
||||
asynchronous : true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user