Skip to content

Commit

Permalink
Add Annotation Image margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Neakita committed Oct 23, 2024
1 parent 7329291 commit d1f1540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SightKeeper.Avalonia/Annotation/AnnotationTab.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<local:Screenshots Grid.Column="0"
DataContext="{Binding Screenshots}"/>
<Image Grid.Column="1"
Source="{Binding Screenshots.SelectedScreenshot.Image}">
Source="{Binding Screenshots.SelectedScreenshot.Image}"
Classes="regular-margin">
<Interaction.Behaviors>
<behaviors:ExecuteCommandOnSourceChanged Command="{Binding ReturnBitmapToPoolCommand}"/>
</Interaction.Behaviors>
Expand Down

0 comments on commit d1f1540

Please sign in to comment.