Skip to content

Commit c760d70

Browse files
committed
Reinstate exclamation image as warning symbol
1 parent ef6f825 commit c760d70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Rubberduck.Core/UI/Settings/GeneralSettings.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@
192192
Width="*"
193193
IsReadOnly="True" />
194194
<DataGridTemplateColumn
195-
Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=GeneralSettings_ModifierWarning}"
196-
Width="Auto">
195+
Width="Auto">
197196
<DataGridTemplateColumn.CellTemplate>
198197
<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>
203203
</DataTemplate>
204204
</DataGridTemplateColumn.CellTemplate>
205205
</DataGridTemplateColumn>

0 commit comments

Comments
 (0)