Skip to content

Commit

Permalink
WinGui: Fix a small cosmetic issue on the main window presets control.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Feb 24, 2020
1 parent ff8cd47 commit 368c606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ Would you like to overwrite it?</value>
<value>Delete Preset</value>
</data>
<data name="MainView_Presets" xml:space="preserve">
<value>Presets</value>
<value>Preset:</value>
</data>
<data name="MainView_Preview" xml:space="preserve">
<value>Preview</value>
Expand Down
2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@

<!-- Presets Options -->
<StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,10,10,5" IsEnabled="{Binding HasSource, Converter={StaticResource booleanConverter}, ConverterParameter=false}">
<Label Content="{x:Static Properties:Resources.MainView_Presets}" FontWeight="Bold" VerticalAlignment="Center" />
<Label Content="{x:Static Properties:Resources.MainView_Presets}" FontWeight="Bold" VerticalAlignment="Center" Margin="0,0,5,0" />
<StackPanel Orientation="Horizontal" Margin="5,0,0,0" Visibility="{Binding IsPresetPanelShowing, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}">

<Button x:Name="SelectPresetsButton" VerticalAlignment="Center" Click="SelectPreset_OnClick" Width="255">
Expand Down

0 comments on commit 368c606

Please sign in to comment.