EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-09 13:00:40 +00:00
parent bdfd34df16
commit a10b8d2ec6
2 changed files with 5 additions and 5 deletions
@@ -15,11 +15,11 @@
<TextBox/>
<UniformGrid Rows="1">
<Button Content="New Part" Command="{Binding NewPartCommand}" Width="80" Height="40"/>
<Button Content="New Layer" Command="{Binding NewLayerCommand}" Width="80" Height="40"/>
<Button Content="Color" Command="{Binding LayerColorCommand}" Width="80" Height="40"/>
<Button Content="New Part" Command="{Binding NewPartCommand}" Height="40"/>
<Button Content="New Layer" Command="{Binding NewLayerCommand}" Height="40"/>
<Button Content="Color" Command="{Binding LayerColorCommand}" Height="40"/>
</UniformGrid>
<TreeView Name="LayerTreeView" MaxHeight="600"
<TreeView Name="LayerTreeView" Height="400"
ItemsSource="{Binding Path=LayerList}">
<interactivity:Interaction.Triggers>
<interactivity:EventTrigger EventName="MouseDoubleClick">