EgtCAM5 :
- Migliorie varie.
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@
|
||||
<StackPanel>
|
||||
|
||||
<UniformGrid Rows="1">
|
||||
<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"/>
|
||||
<Button Content="New Part" Command="{Binding NewPartCommand}" Height="30"/>
|
||||
<Button Content="New Layer" Command="{Binding NewLayerCommand}" Height="30"/>
|
||||
<Button Content="Color" Command="{Binding LayerColorCommand}" Height="30"/>
|
||||
</UniformGrid>
|
||||
<TreeView Name="LayerTreeView" MinHeight="150" MaxHeight="400"
|
||||
ItemsSource="{Binding Path=LayerList}">
|
||||
|
||||
Reference in New Issue
Block a user