This commit is contained in:
Zihan Chen
2016-12-13 02:44:10 -08:00
parent 429576a42b
commit 08f51905e2
6 changed files with 30 additions and 15 deletions
@@ -12,7 +12,7 @@
<Window Text="Hello, world!" ClientSize="x:480 y:320">
<att.BoundsComposition-set PreferredMinSize="x:480 y:320"/>
<Label Text="Welcome to GacUI Library!">
<att.Font>fontFamily:{Segoe UI} size:32 antialias:true</att.Font>
<att.Font>fontFamily:"Segoe UI" size:32 antialias:true</att.Font>
</Label>
</Window>
</Instance>