fix zooming in map matcher

This commit is contained in:
Alex Bezdieniezhnykh
2025-07-08 19:33:22 +03:00
parent 6229ca8a03
commit 938fd36aec
4 changed files with 11 additions and 11 deletions
+7 -7
View File
@@ -137,13 +137,13 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"/>
<controls:CanvasEditor
Grid.Column="2"
x:Name="GpsImageEditor"
VerticalAlignment="Stretch"
HorizontalAlignment="Stretch" >
</controls:CanvasEditor>
<Border Grid.Column="2" ClipToBounds="True">
<controls:CanvasEditor
x:Name="GpsImageEditor"
VerticalAlignment="Stretch"
HorizontalAlignment="Stretch" />
</Border>
<GridSplitter
Background="DarkGray"
ResizeDirection="Columns"