修正RecipeEditor Validate按钮上的错误数量标签显示不全的问题。

This commit is contained in:
DESKTOP-GPE37UV\THINKAPD 2022-11-30 15:45:34 +08:00
parent f32e2739f4
commit e948bc322c
1 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,7 @@
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:dgExtension="clr-namespace:MECF.Framework.UI.Client.RecipeEditorLib.DGExtension;assembly=MECF.Framework.UI.Client"
d:DesignHeight="900"
d:DesignWidth="1500"
d:DesignWidth="2000"
mc:Ignorable="d">
<UserControl.Resources>
@ -1320,7 +1320,7 @@
<ColumnDefinition Width="1041*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="40" />
<RowDefinition Height="50" />
<RowDefinition />
</Grid.RowDefinitions>
<StackPanel
@ -1404,8 +1404,9 @@
Width="90"
Height="30"
Margin="10,0,0,0"
Content="Reload"
Content="RIP"
IsEnabled="{Binding EnableStep}"
ToolTip="Reload In Process"
micro:Message.Attach="ReloadRecipeWhileProcess()"/>
<!--<Button
@ -1424,10 +1425,10 @@
BadgeColorZoneMode="Standard"
BadgeBackground="Red"
BadgeForeground="White"
Margin="40,5,0,0"
Margin="30,0,0,0"
BadgePlacementMode="TopLeft"
CornerRadius="5,5,5,5"
materialDesign:BadgedAssist.IsMiniBadge="True">
materialDesign:BadgedAssist.IsMiniBadge="True" VerticalAlignment="Center">
<Button
Width="90"
Height="30"
@ -1499,7 +1500,7 @@
GridLinesVisibility="None"
HeadersVisibility="Column"
IsEnabled="{Binding IsPermission}"
SelectionUnit="FullRow"
SelectionUnit="Cell"
SelectionMode="Extended"
UseHorizontalScrolling="True"
Validation.ErrorTemplate="{x:Null}"