summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-06-16 18:57:52 +0000
committersr55 <[email protected]>2015-06-16 18:57:52 +0000
commit5d197f1cbad9e64eeba2188e309b3f5ef74ccc9f (patch)
tree460a7f0ce042a12eaa8762cbd04bb60cb10d42dd
parent92ded4966b70c31e74fd763bff02dff7d6630be7 (diff)
WinGui: Another alignment issue fix.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7301 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
index eabefdf9d..1d76cc49f 100644
--- a/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/PictureSettingsView.xaml
@@ -147,10 +147,10 @@
</StackPanel>
<!-- Preview Panel -->
- <StackPanel Name="PreviewPanel" Margin="10,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="1" Grid.Column="0">
+ <StackPanel Name="PreviewPanel" Margin="5,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="1" Grid.Column="0">
<Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Output}" FontWeight="Bold" />
- <Grid Margin="10,0,0,0">
+ <Grid >
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />