Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Jan 28, 2024
1 parent e9cd6e9 commit 014aee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/TestApp/Views/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
xmlns:vm="using:TestApp.ViewModels"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="TestApp.Views.MainView"
DragDrop.AllowDrop="True"
FontFamily="avares://Avalonia.Fonts.Inter/Assets#Inter">
DragDrop.AllowDrop="True">

<Design.DataContext>
<vm:MainWindowViewModel />
Expand Down

0 comments on commit 014aee7

Please sign in to comment.