Skip to content

Commit

Permalink
Return Image to UniformToFill
Browse files Browse the repository at this point in the history
Having issues with screen scaling when docked
  • Loading branch information
TheJoeFin committed Aug 17, 2023
1 parent 32b52e1 commit ecd0a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PowerOCR/PowerOCR/OCROverlay.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
WindowStyle="None"
mc:Ignorable="d">
<Grid>
<Image x:Name="BackgroundImage" Stretch="Fill" />
<Image x:Name="BackgroundImage" Stretch="UniformToFill" />
<Canvas
Name="RegionClickCanvas"
Cursor="Cross"
Expand Down

0 comments on commit ecd0a95

Please sign in to comment.