Skip to content

Commit

Permalink
fix bug #459
Browse files Browse the repository at this point in the history
  • Loading branch information
朱子楚\zhuzi committed Mar 11, 2024
1 parent f56f16c commit dfc579e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Qt5/imports/FluentUI/Controls/FluIcon.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ Text {
verticalAlignment: Text.AlignVCenter
color: iconColor
text: (String.fromCharCode(iconSource).toString(16))
FontLoader{
source: "../Font/Segoe_Fluent_Icons.ttf"
}
}
3 changes: 3 additions & 0 deletions src/Qt6/imports/FluentUI/Controls/FluIcon.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ Text {
verticalAlignment: Text.AlignVCenter
color: iconColor
text: (String.fromCharCode(iconSource).toString(16))
FontLoader{
source: "../Font/Segoe_Fluent_Icons.ttf"
}
}

0 comments on commit dfc579e

Please sign in to comment.