1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-05-02 16:07:21 +08:00

fix: 修改Badge显示

This commit is contained in:
hzlin 2024-08-03 10:34:47 +08:00
parent 4e4016ae3f
commit 1b92928487
2 changed files with 2 additions and 2 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -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+"
}
}
}