xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"\r
xmlns:Converters="clr-namespace:HandBrakeWPF.Converters"\r
xmlns:controls="clr-namespace:HandBrakeWPF.Controls"\r
- xmlns:cal="http://www.caliburnproject.org"\r
- xmlns:Properties="clr-namespace:HandBrakeWPF.Properties">\r
+ xmlns:Properties="clr-namespace:HandBrakeWPF.Properties">\r
\r
<UserControl.Resources>\r
<Converters:BooleanConverter x:Key="boolConverter" />\r
</Grid.RowDefinitions>\r
\r
<!-- Size Panel-->\r
- <StackPanel Name="SizePanel" Orientation="Vertical" VerticalAlignment="Top" Grid.Column="0" Grid.Row="0" Grid.RowSpan="1" >\r
- <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Size}" FontWeight="Bold" />\r
+ <StackPanel Name="SizePanel" Orientation="Vertical" VerticalAlignment="Top" Margin="5,0,0,0" Grid.Column="0" Grid.Row="0">\r
+ <Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Size}" FontWeight="Bold" />\r
\r
<!-- Row 1-->\r
- <StackPanel Orientation="Horizontal" Margin="5,0,5,0">\r
+ <StackPanel Orientation="Horizontal" Margin="0,0,5,0">\r
<Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Source}" />\r
<Label Content="{Binding SourceInfo}" Name="sourceResolution"/>\r
</StackPanel>\r
\r
<!-- Row 2-->\r
- <StackPanel Orientation="Horizontal" Margin="5,0,5,0">\r
+ <StackPanel Orientation="Horizontal" Margin="0,0,5,0">\r
<Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Width}" />\r
<controls:NumberBox Number="{Binding Width, Mode=TwoWay}" UpdateBindingOnTextChange="True" IsEnabled="{Binding WidthControlEnabled}" \r
Modulus="{Binding SelectedModulus, Mode=OneWay}"\r
</StackPanel>\r
\r
<!-- Row 3-->\r
- <Grid Margin="5,15,5,0">\r
+ <Grid Margin="0,15,5,0">\r
<Grid.RowDefinitions>\r
<RowDefinition Height="Auto" />\r
<RowDefinition Height="Auto" />\r
</Grid>\r
\r
<!-- Custom Anamoprhic -->\r
- <Grid Margin="5,15,5,0" Visibility="{Binding ShowCustomAnamorphicControls, Converter={StaticResource boolToVisConverter}}">\r
+ <Grid Margin="0,15,5,0" Visibility="{Binding ShowCustomAnamorphicControls, Converter={StaticResource boolToVisConverter}}">\r
<Grid.RowDefinitions>\r
<RowDefinition Height="Auto" />\r
<RowDefinition Height="Auto" />\r
</StackPanel>\r
\r
<!-- Preview Panel -->\r
- <StackPanel Name="PreviewPanel" Margin="0,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="1" Grid.Column="0">\r
+ <StackPanel Name="PreviewPanel" Margin="10,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Stretch" Grid.Row="1" Grid.Column="0">\r
<Label Content="{x:Static Properties:ResourcesUI.PictureSettingsView_Output}" FontWeight="Bold" />\r
\r
- <Grid Margin="5,0,0,0">\r
+ <Grid Margin="10,0,0,0">\r
<Grid.RowDefinitions>\r
<RowDefinition Height="Auto" />\r
<RowDefinition Height="Auto" />\r