Skip to content

Commit

Permalink
1.9.0-2
Browse files Browse the repository at this point in the history
Changed text
  • Loading branch information
Codectory committed Dec 30, 2021
1 parent df3f82d commit ddda4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AutoHDR/Views/StatusView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ScrollViewer Margin="10" Grid.Row="1" Grid.RowSpan="3" Grid.Column="0">
<ItemsControl BorderThickness="0" ItemsSource="{Binding Settings.ApplicationProfileAssignments}" ItemTemplate="{StaticResource ApplicationTemplate}" HorizontalAlignment="Left"/>
</ScrollViewer>
<TextBlock Style="{StaticResource SubTitleTextBlock}" Grid.Row="2" Grid.Column="1" Text="{x:Static pres:ProjectLocales.Actions}" Width="Auto" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<TextBlock Style="{StaticResource SubTitleTextBlock}" Grid.Row="2" Grid.Column="1" Text="{x:Static pres:ProjectLocales.ActionShortcuts}" Width="Auto" VerticalAlignment="Center" HorizontalAlignment="Left"/>
<Border Style="{StaticResource DefaultBorder}" Grid.Row="3" Grid.Column="1" Margin="5"/>
<ScrollViewer Grid.Row="3" Grid.Column="1" Margin="10" >
<ItemsControl BorderThickness="0" ItemsSource="{Binding Settings.ActionShortcuts}" ItemTemplate="{StaticResource ActionShortcutItemTemplate}" ItemsPanel="{StaticResource WrapPanelTemplate}"/>
Expand Down

0 comments on commit ddda4d9

Please sign in to comment.