increase checkmark font size to 35
This commit is contained in:
parent
dc33ccd6dd
commit
554bcd1ae9
|
@ -11,6 +11,8 @@ sub init()
|
|||
m.progressBackground = m.top.findNode("progressBackground")
|
||||
m.progressBar = m.top.findnode("progressBar")
|
||||
m.playedIndicator = m.top.findNode("playedIndicator")
|
||||
m.checkmark = m.top.findNode("checkmark")
|
||||
m.checkmark.font.size = 35
|
||||
end sub
|
||||
|
||||
sub itemContentChanged()
|
||||
|
|
Loading…
Reference in New Issue
Block a user