diff options
author | sr55 <[email protected]> | 2013-09-08 14:17:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-08 14:17:50 +0000 |
commit | d6f2df1984b93a44435acfe1cf34271c1cf9b924 (patch) | |
tree | c47068f6030a6b933cab568ffc8619c8853f933c /win/CS/HandBrakeWPF/Views/AboutView.xaml | |
parent | 676d0003ab7f955b6d6521195eb05d7917318909 (diff) |
WinGui: Remove system info from about window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5777 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AboutView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AboutView.xaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AboutView.xaml b/win/CS/HandBrakeWPF/Views/AboutView.xaml index 188b3aa28..d7b63c08b 100644 --- a/win/CS/HandBrakeWPF/Views/AboutView.xaml +++ b/win/CS/HandBrakeWPF/Views/AboutView.xaml @@ -29,8 +29,6 @@ <RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
- <RowDefinition Height="Auto" />
- <RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Grid.Row="0"
@@ -45,12 +43,6 @@ <TextBox Text="{x:Static Properties:Resources.About_GPL}" Grid.Row="2" Margin="10,0,10,10" HorizontalAlignment="Stretch"
VerticalAlignment="Stretch" IsReadOnly="True" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto" />
- <TextBlock Grid.Row="3" Margin="5,10,0,5" Text="System Information: " />
-
- <TextBox Text="{Binding SystemInformation}" Grid.Row="4" Margin="10,0,10,10" HorizontalAlignment="Stretch"
- VerticalAlignment="Stretch" IsReadOnly="True" TextWrapping="Wrap" VerticalScrollBarVisibility="Auto" />
-
-
</Grid>
</Grid>
|