EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="200">
|
||||
|
||||
<StackPanel Background="DarkGray">
|
||||
<UniformGrid Rows="1">
|
||||
<RadioButton Style="{StaticResource DrawOptionPanel_ToggleButton}" Content="DRAW" Height="30" IsChecked="{Binding DrawIsChecked}"/>
|
||||
<RadioButton Style="{StaticResource DrawOptionPanel_ToggleButton}" Content="MACHINING" Height="30" IsChecked="{Binding WorkIsChecked}"/>
|
||||
</UniformGrid>
|
||||
<!--ContentPresenter that contains the ManageLayerExpander-->
|
||||
<ContentPresenter Content="{Binding ManageLayerExpander}"/>
|
||||
<!--ContentPresenter that contains the InfoExpander-->
|
||||
|
||||
Reference in New Issue
Block a user