|
@@ -419,6 +419,7 @@
|
|
|
FontFamily="Segoe"
|
|
|
FontSize="18"
|
|
|
IsReadOnly="True"
|
|
|
+ RowHeight="40"
|
|
|
ItemsSource="{Binding StepList, Mode=OneWay}"
|
|
|
SelectedItem="{Binding StepSelection}"
|
|
|
SelectionMode="Single"
|
|
@@ -446,10 +447,9 @@
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
<DataTemplate>
|
|
|
<TextBlock
|
|
|
- Height="40"
|
|
|
- Margin="5,0"
|
|
|
+ Margin="5,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Center"
|
|
|
+ VerticalAlignment="Center"
|
|
|
FontSize="18"
|
|
|
Foreground="{DynamicResource FG_Black}"
|
|
|
Text="{Binding AStepNumber}"
|
|
@@ -472,7 +472,7 @@
|
|
|
<TextBlock
|
|
|
Margin="5,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
- VerticalAlignment="Center"
|
|
|
+ VerticalAlignment="Center"
|
|
|
FontSize="18"
|
|
|
Foreground="{DynamicResource FG_Black}"
|
|
|
Text="{Binding AStepName}"
|
|
@@ -521,7 +521,7 @@
|
|
|
Margin="5,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Center"
|
|
|
- FontSize="14"
|
|
|
+ FontSize="18"
|
|
|
Foreground="{DynamicResource FG_Black}"
|
|
|
Text="{Binding BStepName}"
|
|
|
ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Text}"/>
|
|
@@ -621,6 +621,7 @@
|
|
|
FontFamily="Segoe"
|
|
|
FontSize="18"
|
|
|
IsReadOnly="True"
|
|
|
+ RowHeight="40"
|
|
|
ItemsSource="{Binding ParamList, Mode=OneWay}"
|
|
|
SelectedItem="{Binding ParamSelection}"
|
|
|
SelectionMode="Single"
|
|
@@ -648,8 +649,7 @@
|
|
|
IsReadOnly="True">
|
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
|
<DataTemplate>
|
|
|
- <TextBlock
|
|
|
- Height="40"
|
|
|
+ <TextBlock
|
|
|
Margin="5,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Center"
|
|
@@ -699,7 +699,7 @@
|
|
|
Margin="5,0"
|
|
|
HorizontalAlignment="Left"
|
|
|
VerticalAlignment="Center"
|
|
|
- FontSize="14"
|
|
|
+ FontSize="18"
|
|
|
Foreground="{DynamicResource FG_Black}"
|
|
|
Text="{Binding BParamValue}"
|
|
|
ToolTip="{Binding RelativeSource={RelativeSource Self}, Path=Text}"/>
|