|
@@ -16,7 +16,7 @@
|
|
|
</ResourceDictionary>
|
|
|
</UserControl.Resources>
|
|
|
|
|
|
- <Grid IsEnabled="{Binding ConverterGridIsEnabled}">
|
|
|
+ <Grid IsEnabled="{Binding HeaderFooterGridIsEnabled}">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="558*"/>
|
|
|
<ColumnDefinition Width="260*"/>
|
|
@@ -121,7 +121,7 @@
|
|
|
</Button>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
- <Grid Grid.Column="1" Background="WhiteSmoke" IsEnabled="{Binding SetConverterGridIsEnabled}">
|
|
|
+ <Grid Grid.Column="1" Background="WhiteSmoke" IsEnabled="{Binding SetHeaderFooterGridIsEnabled}">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="72"/>
|