File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Rubberduck.Core/UI/Settings Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 192
192
Width =" *"
193
193
IsReadOnly =" True" />
194
194
<DataGridTemplateColumn
195
- Header =" {Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_ModifierWarning}"
196
- Width =" Auto" >
195
+ Width =" Auto" >
197
196
<DataGridTemplateColumn .CellTemplate>
198
197
<DataTemplate >
199
- <Label Content =" {Resx ResxName=Rubberduck.Resources.SettingsUI, Key=HotKeys_Exclamation}"
200
- Visibility =" {Binding IsValid, Converter={StaticResource BoolToHiddenVisibility}}"
201
- HorizontalContentAlignment =" Center"
202
- ToolTip =" {Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_HotkeyRestrictionToolTip}" />
198
+ <Label Visibility =" {Binding IsValid, Converter={StaticResource BoolToHiddenVisibility}}"
199
+ HorizontalContentAlignment =" Center" >
200
+ <Image Source =" {Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=exclamation}"
201
+ ToolTip =" {Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_HotkeyRestrictionToolTip}" />
202
+ </Label >
203
203
</DataTemplate >
204
204
</DataGridTemplateColumn .CellTemplate>
205
205
</DataGridTemplateColumn >
You can’t perform that action at this time.
0 commit comments