EgtCAM5 :
- Migliorie varie.
This commit is contained in:
+4
-4
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user