Skip to content

Commit a63e603

Browse files
committed
make image properties editable
1 parent 653bc4d commit a63e603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AvaGui/Views/MainWindow.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
</StackPanel>
419419
</Border>
420420
<ScrollViewer>
421-
<pgc:PropertyGrid x:Name="propertyGrid_imageProps" Margin="8" MinWidth="256" IsEnabled="False" DataContext="{Binding SelectedG1Element, Mode=OneWay}" DockPanel.Dock="Right" ShowTitle="False" AllowFilter="False" AllowQuickFilter="False" ShowStyle="Builtin"></pgc:PropertyGrid>
421+
<pgc:PropertyGrid x:Name="propertyGrid_imageProps" Margin="8" MinWidth="256" DataContext="{Binding SelectedG1Element}" DockPanel.Dock="Right" ShowTitle="False" AllowFilter="False" AllowQuickFilter="False" ShowStyle="Builtin"></pgc:PropertyGrid>
422422
</ScrollViewer>
423423
</DockPanel>
424424
</Border>

0 commit comments

Comments
 (0)