Compare commits
2 Commits
4e4016ae3f
...
b723cfec4e
Author | SHA1 | Date |
---|---|---|
|
b723cfec4e | |
|
1b92928487 |
|
@ -73,7 +73,7 @@ Rectangle{
|
|||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return count+"+"
|
||||
return "100+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ Rectangle{
|
|||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return count+"+"
|
||||
return "100+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue