save config after grid resize

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-08-14 02:22:12 +03:00
parent 78776d37bd
commit 66a6727e5d
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -67,7 +67,6 @@
<ColumnDefinition Width="4"/>
<ColumnDefinition Width="200" />
</Grid.ColumnDefinitions>
<Menu Grid.Row="0"
Grid.Column="0"
Grid.ColumnSpan="3"
@@ -186,6 +185,7 @@
ResizeBehavior="PreviousAndNext"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
DragCompleted="Thumb_OnDragCompleted"
/>
<wpf:VideoView
Grid.Row="1"
@@ -206,6 +206,7 @@
ResizeBehavior="PreviousAndNext"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
DragCompleted="Thumb_OnDragCompleted"
/>
<DataGrid x:Name="DgAnnotations"
Grid.Column="4"