summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/ErrorView.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/ErrorView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/ErrorView.xaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/Views/ErrorView.xaml b/win/CS/HandBrakeWPF/Views/ErrorView.xaml
index 95b6e85cb..54cb7a2e6 100644
--- a/win/CS/HandBrakeWPF/Views/ErrorView.xaml
+++ b/win/CS/HandBrakeWPF/Views/ErrorView.xaml
@@ -10,10 +10,10 @@
Style="{StaticResource windowStyle}"
FontSize="11"
TextOptions.TextFormattingMode="Display"
- WindowStartupLocation="CenterScreen">
+ WindowStartupLocation="CenterOwner">
<Grid>
<Grid.RowDefinitions>
- <RowDefinition Height="70" />
+ <RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
@@ -35,9 +35,9 @@
<Image Width="64"
Height="64"
- Margin="10,0,0,0"
+ Margin="10,4,0,4"
Source="Images/ErrorX.png" />
- <Grid Height="64" Margin="10,0,0,0">
+ <Grid Margin="10,0,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
@@ -49,7 +49,7 @@
Text="{Binding ErrorMessage}" />
<TextBlock Grid.Row="1"
Margin="0,5,0,0"
- Text="{Binding Solution}" />
+ Text="{Binding Solution}" TextWrapping="Wrap" />
<TextBlock Grid.Row="2"
Margin="0,0,0,2"