Change button
This commit is contained in:
@@ -38,11 +38,11 @@
|
|||||||
Command="{Binding DeleteVersionCommand}">
|
Command="{Binding DeleteVersionCommand}">
|
||||||
<Button.ToolTip>
|
<Button.ToolTip>
|
||||||
<uc:ButtonToolTipEh HeaderText="Delete selected version"
|
<uc:ButtonToolTipEh HeaderText="Delete selected version"
|
||||||
IconContent="{StaticResource DeleteAnalysis}"
|
IconContent="{StaticResource DeleteEntity}"
|
||||||
DescriptionText="Deletes selected version (not available for unique version)"/>
|
DescriptionText="Deletes selected version (not available for unique version)"/>
|
||||||
</Button.ToolTip>
|
</Button.ToolTip>
|
||||||
<Viewbox>
|
<Viewbox>
|
||||||
<ContentControl ContentTemplate="{DynamicResource DeleteAnalysis}"/>
|
<ContentControl ContentTemplate="{DynamicResource DeleteEntity}"/>
|
||||||
</Viewbox>
|
</Viewbox>
|
||||||
</Button>
|
</Button>
|
||||||
<Button Style="{StaticResource ToolButton}"
|
<Button Style="{StaticResource ToolButton}"
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<MenuItem Header="Delete version" Command="{Binding DeleteVersionCommand}" ToolTip="Delete selected version">
|
<MenuItem Header="Delete version" Command="{Binding DeleteVersionCommand}" ToolTip="Delete selected version">
|
||||||
<MenuItem.Icon>
|
<MenuItem.Icon>
|
||||||
<Viewbox Height="16" Width="16">
|
<Viewbox Height="16" Width="16">
|
||||||
<ContentControl ContentTemplate="{StaticResource DeleteAnalysis}"/>
|
<ContentControl ContentTemplate="{StaticResource DeleteEntity}"/>
|
||||||
</Viewbox>
|
</Viewbox>
|
||||||
</MenuItem.Icon>
|
</MenuItem.Icon>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
|||||||
@@ -1,17 +1,5 @@
|
|||||||
using StructureHelperCommon.Models.Analyses;
|
using StructureHelperCommon.Models.Analyses;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using System.Windows.Controls;
|
|
||||||
using System.Windows.Data;
|
|
||||||
using System.Windows.Documents;
|
|
||||||
using System.Windows.Input;
|
|
||||||
using System.Windows.Media;
|
|
||||||
using System.Windows.Media.Imaging;
|
|
||||||
using System.Windows.Shapes;
|
|
||||||
|
|
||||||
namespace StructureHelper.Windows.MainWindow.Analyses
|
namespace StructureHelper.Windows.MainWindow.Analyses
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user