]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix a grid scaling issue on the audio defaults pane.
authorsr55 <sr55.hb@outlook.com>
Fri, 8 Sep 2017 20:01:37 +0000 (21:01 +0100)
committersr55 <sr55.hb@outlook.com>
Fri, 8 Sep 2017 20:01:37 +0000 (21:01 +0100)
win/CS/HandBrakeWPF/Views/AudioDefaultsView.xaml

index 5fdbaa59c9f26072cf088cc878a0470e2c7bdf6d..83214b6bc6fceee66633b004954f0f1981796133 100644 (file)
             <ListBox.ItemTemplate>
                 <DataTemplate>
 
-                    <Grid HorizontalAlignment="Stretch">
+                    <Grid HorizontalAlignment="Stretch" Grid.IsSharedSizeScope="False">
                         <Grid.RowDefinitions>
                             <RowDefinition Height="Auto" />
                             <RowDefinition Height="Auto" />