Compare commits
No commits in common. "b723cfec4edfc65a2a78d78a2d0497e13d37ace7" and "4e4016ae3fed7d1a3534760b44313e8fb0b8fd29" have entirely different histories.
b723cfec4e
...
4e4016ae3f
|
@ -73,7 +73,7 @@ Rectangle{
|
|||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return "100+"
|
||||
return count+"+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ Rectangle{
|
|||
text:{
|
||||
if(count<100)
|
||||
return count
|
||||
return "100+"
|
||||
return count+"+"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue