Skip to content

Commit b2016d6

Browse files
authored
Fix indent
1 parent 07c7c39 commit b2016d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extensibility/addressing-dpi-issues2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ Because WPF will scale the UI for the current DPI using the BitmapScalingMode pr
212212
```xaml
213213
<Image Source="{Binding Path=SelectedImage, Converter={StaticResource DpiPrescaleImageSourceConverter}}" >
214214
<Image.LayoutTransform>
215-
<ScaleTransform
216-
ScaleX="{x:Static vsui:DpiHelper.PreScaledImageLayoutTransformScale}"
217-
ScaleY="{x:Static vsui:DpiHelper.PreScaledImageLayoutTransformScale}" />
215+
<ScaleTransform
216+
ScaleX="{x:Static vsui:DpiHelper.PreScaledImageLayoutTransformScale}"
217+
ScaleY="{x:Static vsui:DpiHelper.PreScaledImageLayoutTransformScale}" />
218218
</Image.LayoutTransform>
219219
</Image>
220220
```

0 commit comments

Comments
 (0)