We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba96eb commit be305dfCopy full SHA for be305df
1 file changed
Source/NETworkManager/Views/Settings/SettingsGeneralAppearanceView.xaml
@@ -88,7 +88,7 @@
88
<ColumnDefinition Width="Auto" />
89
</Grid.ColumnDefinitions>
90
<TextBlock Grid.Column="0" Style="{StaticResource HeaderTextBlock}" Text="{DynamicResource String_Header_Transparency}" />
91
- <Rectangle Grid.Column="2" Width="24" Height="24" ToolTip="{DynamicResource String_WarnMessage_SettingsGeneralAppearanceTransparency}" Style="{StaticResource WarnImageRectangle}">
+ <Rectangle Grid.Column="2" Width="24" Height="24" ToolTip="{DynamicResource String_WarningMessage_SettingsGeneralAppearanceTransparency}" Style="{StaticResource WarnImageRectangle}">
92
<Rectangle.Resources>
93
<Style TargetType="{x:Type ToolTip}" BasedOn="{StaticResource WarnToolTip}" />
94
</Rectangle.Resources>
0 commit comments