summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-11-17 18:15:17 +0000
committersr55 <[email protected]>2018-11-17 18:15:17 +0000
commita11513ce6b75ea10e05e6cd5c8cf07a29a08d305 (patch)
tree121b009ede9c5229d87b23350ae0b5975b8d6cfe /win/CS/HandBrakeWPF/Views
parentb3b42991ebcaa3502df3ebd6e2e2cdee005de7e9 (diff)
Few Minor UI Tweaks to better handle localised content.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r--win/CS/HandBrakeWPF/Views/OptionsView.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml
index 2c7f195fa..bbd102584 100644
--- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml
+++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml
@@ -85,7 +85,7 @@
</StackPanel>
</Border>
- <ScrollViewer Grid.Column="1" Grid.Row="1" >
+ <ScrollViewer Grid.Column="1" Grid.Row="1">
<StackPanel Orientation="Vertical">
<StackPanel Name="General" Orientation="Vertical" Margin="10,5,0,0"
@@ -186,7 +186,7 @@
<TextBlock Text="{x:Static Properties:Resources.Options_Experimental}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
- <TextBlock Text="{x:Static Properties:Resources.Options_ExperimentalFeatures}" Margin="0,0,0,10" />
+ <TextBlock Text="{x:Static Properties:Resources.Options_ExperimentalFeatures}" Margin="0,0,0,10" TextWrapping="Wrap" />
<CheckBox Content="{x:Static Properties:Resources.Options_ShowExperimentalQueueDesign}" IsChecked="{Binding ShowExperimentalQueue}" />
<CheckBox Content="{x:Static Properties:Resources.Options_ShowQueueInline}" IsChecked="{Binding ShowQueueInline}" Margin="20,5,0,0" />