#0031 新增打开图像工具箱
This commit is contained in:
@@ -98,13 +98,19 @@
|
||||
Content="■"
|
||||
Style="{StaticResource ToolbarBtn}"
|
||||
ToolTip="取消执行" />
|
||||
<Button
|
||||
Command="{Binding DeletePipelineCommand}"
|
||||
Content="🗑"
|
||||
Style="{StaticResource ToolbarBtn}"
|
||||
ToolTip="工具箱" />
|
||||
</StackPanel>
|
||||
<Button
|
||||
Width="50"
|
||||
HorizontalAlignment="Right"
|
||||
Command="{Binding DeletePipelineCommand}"
|
||||
Content="🗑"
|
||||
Command="{Binding OpenToolboxCommand}"
|
||||
Content="工具箱"
|
||||
Style="{StaticResource ToolbarBtn}"
|
||||
ToolTip="删除流水线" />
|
||||
ToolTip="打开算子工具箱" />
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user