diff options
author | sr55 <[email protected]> | 2018-08-31 23:19:39 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-08-31 23:19:39 +0100 |
commit | a2ed0317df5a5193f228d8be826d0b1f3faa3abe (patch) | |
tree | 837f2bbb8a60870faa9b1e430db3a8177fb074c5 /win/CS/HandBrakeWPF/Views/VideoView.xaml | |
parent | f5c52c414fdfaddbc1465f7031ae2788d4969bc5 (diff) |
WinGui: Small UI adjustments on the video tab.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/VideoView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/VideoView.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Views/VideoView.xaml b/win/CS/HandBrakeWPF/Views/VideoView.xaml index 7e1775a45..552a28128 100644 --- a/win/CS/HandBrakeWPF/Views/VideoView.xaml +++ b/win/CS/HandBrakeWPF/Views/VideoView.xaml @@ -26,8 +26,8 @@ <Grid Grid.Row="1">
<Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*" />
+ <ColumnDefinition Width="2*" />
+ <ColumnDefinition Width="4*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
@@ -94,7 +94,7 @@ ToolTip="{x:Static Properties:ResourcesTooltips.Video_Quality}" Style="{StaticResource LongToolTipHolder}"
IsSnapToTickEnabled="True" TickFrequency="1" TickPlacement="BottomRight" />
- <Grid Margin="20,0,10,15" HorizontalAlignment="Stretch">
+ <Grid Margin="20,0,14,15" HorizontalAlignment="Stretch">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
|