diff options
author | sr55 <[email protected]> | 2019-12-29 21:13:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-29 21:13:20 +0000 |
commit | 3ebc8137733d0e211b82bc0c0067f1f04a6c2390 (patch) | |
tree | 7b6bda21a8835203e89d73ddabaeb09626561398 /win/CS/HandBrakeWPF | |
parent | ba012a53f4770ce2c70908a72b577fbbe9e8bd39 (diff) |
WinGui: Improve Option text block positioning for last commit.
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/OptionsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index 5f8634411..80091e151 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -268,7 +268,7 @@ <TextBlock VerticalAlignment="Center" Margin="25,0,5,0" Text="{x:Static Properties:Resources.Options_Arguments}" />
<TextBox Name="SendToArguments" Text="{Binding Arguments}" Width="250" />
</StackPanel>
- <TextBlock Text="{x:Static Properties:Resources.OptionsView_SendFileToArgPlaceholders}" />
+ <TextBlock Text="{x:Static Properties:Resources.OptionsView_SendFileToArgPlaceholders}" Margin="91,1,0,0" FontStyle="Italic"/>
</StackPanel>
<TextBlock Text="{x:Static Properties:Resources.Options_Notifications}" FontSize="14" Margin="0,10,0,10" />
|