Fixed the add button for new function
This commit is contained in:
@@ -678,12 +678,14 @@
|
||||
</ItemsControl>
|
||||
|
||||
<!-- Separator -->
|
||||
<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>
|
||||
<TextBlock Text="Models" FontWeight="Bold" Margin="0 8 0 4" />
|
||||
<Button Content="➕ Create New Model"
|
||||
Command="{Binding Calculator.OperationsMenu.CreateModelCommand}"
|
||||
Margin="0 0 0 6"
|
||||
Padding="6 3"
|
||||
Cursor="Hand"
|
||||
Background="{DynamicResource NodeInput.BorderBrush}"
|
||||
Foreground="{DynamicResource ForegroundBrush}" />
|
||||
|
||||
<!-- Class Model Variables -->
|
||||
<ItemsControl ItemsSource="{Binding Calculator.OperationsMenu.AvailableModels}"
|
||||
|
||||
Reference in New Issue
Block a user