Completed the split node functionality
This commit is contained in:
@@ -678,8 +678,12 @@
|
||||
</ItemsControl>
|
||||
|
||||
<!-- Separator -->
|
||||
<TextBlock Text="Models" FontWeight="Bold" Margin="0 8 0 4"
|
||||
Visibility="{Binding Calculator.OperationsMenu.AvailableModels.Count, Converter={shared:BooleanToVisibilityConverter}}" />
|
||||
<StackPanel Orientation="Horizontal" Margin="0 8 0 4">
|
||||
<TextBlock Text="Models" FontWeight="Bold" VerticalAlignment="Center" />
|
||||
<Button Content="➕" Margin="8 0 0 0" Padding="6 1" FontSize="10" Cursor="Hand"
|
||||
Command="{Binding Calculator.OperationsMenu.CreateModelCommand}"
|
||||
Background="#3E3E42" Foreground="White" ToolTip="Create New Model" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- Class Model Variables -->
|
||||
<ItemsControl ItemsSource="{Binding Calculator.OperationsMenu.AvailableModels}"
|
||||
|
||||
Reference in New Issue
Block a user