mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
fix bug #459
This commit is contained in:
parent
f56f16c858
commit
dfc579ef3e
@ -13,4 +13,7 @@ Text {
|
|||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
color: iconColor
|
color: iconColor
|
||||||
text: (String.fromCharCode(iconSource).toString(16))
|
text: (String.fromCharCode(iconSource).toString(16))
|
||||||
|
FontLoader{
|
||||||
|
source: "../Font/Segoe_Fluent_Icons.ttf"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,4 +13,7 @@ Text {
|
|||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
color: iconColor
|
color: iconColor
|
||||||
text: (String.fromCharCode(iconSource).toString(16))
|
text: (String.fromCharCode(iconSource).toString(16))
|
||||||
|
FontLoader{
|
||||||
|
source: "../Font/Segoe_Fluent_Icons.ttf"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user