Skip to content

Commit 85650f7

Browse files
committed
Update MainView.axaml
1 parent 44cad08 commit 85650f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/TestApp.Base/Views/MainView.axaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
xmlns:vm="using:TestApp.ViewModels"
66
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
77
x:Class="TestApp.Views.MainView"
8-
DragDrop.AllowDrop="True">
8+
DragDrop.AllowDrop="True"
9+
FontFamily="avares://Avalonia.Themes.Fluent/Assets#Inter">
910

1011
<Design.DataContext>
1112
<vm:MainWindowViewModel />

0 commit comments

Comments
 (0)