|
@@ -282,7 +282,7 @@
|
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
- <StackPanel Orientation="Horizontal" Canvas.Bottom="-50" Canvas.Left="100">
|
|
|
+ <StackPanel Orientation="Horizontal" Canvas.Bottom="10" Canvas.Left="100">
|
|
|
<Grid Width="470" Visibility="{Binding IsLP1Installed, Converter={StaticResource bool2VisibilityConverter}}" IsEnabled="{Binding IsLP1Unable,Converter={StaticResource BoolToBool}}">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="24"/>
|
|
@@ -291,9 +291,6 @@
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="100"/>
|
|
@@ -407,9 +404,6 @@
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
@@ -532,9 +526,6 @@
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
<RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
- <RowDefinition Height="30"/>
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|