Skip to content

Commit

Permalink
Fix HelloWorld preview with AvaloniaVS
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Jul 9, 2023
1 parent ef7b8c8 commit 1fbe8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/HelloWorld/HelloWorldView.axaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<UserControl
<UserControl
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down Expand Up @@ -37,7 +37,7 @@
<Grid ColumnDefinitions="Auto,*" HorizontalAlignment="Center">

<Image
Source="Avalonia.png"
Source="/Avalonia.png"
Width="64"
Height="64"
VerticalAlignment="Center"
Expand Down

0 comments on commit 1fbe8e0

Please sign in to comment.