Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkangfa committed Feb 19, 2024
1 parent abc396d commit 991ef88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/qml-Qt6/page/T_InfoBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FluScrollablePage{
FluButton{
text:"Success"
onClicked: {
showSuccess("这是一个Success样式的InfoBar这是一个Success样式的InfoBar")
showSuccess("这是一个Success样式的InfoBar")
}
}
FluButton{
Expand Down
2 changes: 1 addition & 1 deletion example/qml/page/T_InfoBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FluScrollablePage{
FluButton{
text:"Success"
onClicked: {
showSuccess("这是一个Success样式的InfoBar这是一个Success样式的InfoBar")
showSuccess("这是一个Success样式的InfoBar")
}
}
FluButton{
Expand Down

0 comments on commit 991ef88

Please sign in to comment.