]> granicus.if.org Git - handbrake/commitdiff
Few Minor UI Tweaks to better handle localised content.
authorsr55 <sr55.hb@outlook.com>
Sat, 17 Nov 2018 18:15:17 +0000 (18:15 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 17 Nov 2018 18:15:17 +0000 (18:15 +0000)
win/CS/HandBrakeWPF/Controls/SourceSelection.xaml
win/CS/HandBrakeWPF/Views/OptionsView.xaml

index 3bb09aed749f17f53997a49bec962254e7638e27..5563c9e7adb60961d0941292633f35192319fdd6 100644 (file)
 \r
             <!-- Title Specific Scan -->\r
             <StackPanel Grid.Row="1" Orientation="Vertical" HorizontalAlignment="Left"  Margin="20,15,0,0">\r
-                <StackPanel Orientation="Horizontal">\r
-                    <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseSpecificTitle}" />\r
+                <WrapPanel Orientation="Horizontal">\r
+                    <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseSpecificTitle}" TextWrapping="Wrap" />\r
 \r
                     <controls:NumberBox Width="60" Height="24" Margin="10,0,0,0" ToolTip="{x:Static Properties:ResourcesTooltips.SourceSelection_TitleSpecific}"\r
                                 Minimum="0" Maximum="5000" Number="{Binding TitleSpecificScan, Mode=TwoWay}" />\r
-                </StackPanel>\r
+                </WrapPanel>\r
 \r
-                <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseVideo}" Margin="0,10,0,0" />\r
+                <TextBlock Text="{x:Static Properties:Resources.SourceSelection_ChooseVideo}" Margin="0,10,0,0" TextWrapping="Wrap" />\r
             </StackPanel>\r
 \r
             <!-- Source Types -->\r
index 2c7f195fa0d1ae31ab1fc63048ea462b6e6ecf18..bbd102584e5a7592fbfb71d67d97843cbf6cc9b3 100644 (file)
@@ -85,7 +85,7 @@
             </StackPanel>\r
         </Border>\r
 \r
-        <ScrollViewer Grid.Column="1" Grid.Row="1" >\r
+        <ScrollViewer Grid.Column="1" Grid.Row="1">\r
             <StackPanel Orientation="Vertical">\r
 \r
                 <StackPanel Name="General" Orientation="Vertical" Margin="10,5,0,0"\r
                         <TextBlock Text="{x:Static Properties:Resources.Options_Experimental}" FontSize="14" Margin="0,0,0,10"/>\r
 \r
                         <StackPanel Orientation="Vertical" Margin="20,0,0,0">\r
-                            <TextBlock Text="{x:Static  Properties:Resources.Options_ExperimentalFeatures}" Margin="0,0,0,10" />\r
+                            <TextBlock Text="{x:Static  Properties:Resources.Options_ExperimentalFeatures}" Margin="0,0,0,10" TextWrapping="Wrap" />\r
                            \r
                             <CheckBox Content="{x:Static Properties:Resources.Options_ShowExperimentalQueueDesign}" IsChecked="{Binding ShowExperimentalQueue}" />\r
                             <CheckBox Content="{x:Static Properties:Resources.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Margin="20,5,0,0" />\r