Compare commits

..

No commits in common. "b723cfec4edfc65a2a78d78a2d0497e13d37ace7" and "4e4016ae3fed7d1a3534760b44313e8fb0b8fd29" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Rectangle{
text:{
if(count<100)
return count
return "100+"
return count+"+"
}
}
}

View File

@ -73,7 +73,7 @@ Rectangle{
text:{
if(count<100)
return count
return "100+"
return count+"+"
}
}
}