File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 83
83
<ScrollViewer Margin =" 10" Grid.Row=" 1" Grid.RowSpan=" 3" Grid.Column=" 0" >
84
84
<ItemsControl BorderThickness =" 0" ItemsSource =" {Binding Settings.ApplicationProfileAssignments}" ItemTemplate =" {StaticResource ApplicationTemplate}" HorizontalAlignment =" Left" />
85
85
</ScrollViewer >
86
- <TextBlock Style =" {StaticResource SubTitleTextBlock}" Grid.Row=" 2" Grid.Column=" 1" Text =" {x:Static pres:ProjectLocales.Actions }" Width =" Auto" VerticalAlignment =" Center" HorizontalAlignment =" Left" />
86
+ <TextBlock Style =" {StaticResource SubTitleTextBlock}" Grid.Row=" 2" Grid.Column=" 1" Text =" {x:Static pres:ProjectLocales.ActionShortcuts }" Width =" Auto" VerticalAlignment =" Center" HorizontalAlignment =" Left" />
87
87
<Border Style =" {StaticResource DefaultBorder}" Grid.Row=" 3" Grid.Column=" 1" Margin =" 5" />
88
88
<ScrollViewer Grid.Row=" 3" Grid.Column=" 1" Margin =" 10" >
89
89
<ItemsControl BorderThickness =" 0" ItemsSource =" {Binding Settings.ActionShortcuts}" ItemTemplate =" {StaticResource ActionShortcutItemTemplate}" ItemsPanel =" {StaticResource WrapPanelTemplate}" />
You can’t perform that action at this time.
0 commit comments