diff options
author | sr55 <[email protected]> | 2017-09-08 21:01:37 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-08 21:01:37 +0100 |
commit | b2f2e30f942a917348703e28418be97595ad5e8d (patch) | |
tree | cad27873fbff13d7710adb2fb8ea6d9540e000e6 /win/CS/HandBrakeWPF | |
parent | 8233cd0924cc8beb153f22e4037e279cc0482bb9 (diff) |
WinGui: Fix a grid scaling issue on the audio defaults pane.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml index 5fdbaa59c..83214b6bc 100644 --- a/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml +++ b/win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml @@ -204,7 +204,7 @@ <ListBox.ItemTemplate> <DataTemplate> - <Grid HorizontalAlignment="Stretch"> + <Grid HorizontalAlignment="Stretch" Grid.IsSharedSizeScope="False"> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height="Auto" /> |