|
@@ -45,7 +45,7 @@
|
|
HorizontalAlignment="Right"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Center">
|
|
VerticalAlignment="Center">
|
|
<TextBlock
|
|
<TextBlock
|
|
- Text="{Binding ElementName=mainWindow, Path=DataContext.DocumentManagerSubViewModel.ActiveDocument.CoordinatesString}"
|
|
|
|
|
|
+ Text="{Binding DocumentManagerSubViewModel.ActiveDocument.CoordinatesString}"
|
|
Foreground="White"
|
|
Foreground="White"
|
|
FontSize="16" />
|
|
FontSize="16" />
|
|
</StackPanel>
|
|
</StackPanel>
|