EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-10 11:34:07 +00:00
parent ec2f7a38ef
commit f8b17066de
41 changed files with 1706 additions and 282 deletions
@@ -18,7 +18,7 @@
<Button Content="New Layer" Command="{Binding NewLayerCommand}" Height="40"/>
<Button Content="Color" Command="{Binding LayerColorCommand}" Height="40"/>
</UniformGrid>
<TreeView Name="LayerTreeView" Height="400"
<TreeView Name="LayerTreeView" MaxHeight="400"
ItemsSource="{Binding Path=LayerList}">
<interactivity:Interaction.Triggers>
<interactivity:EventTrigger EventName="MouseDoubleClick">