mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
minor adjustments on the not found warning icon
This commit is contained in:
@@ -38,12 +38,12 @@
|
|||||||
<ColumnDefinition Width="Auto"/>
|
<ColumnDefinition Width="Auto"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Text=""
|
Text=""
|
||||||
Foreground="Red"
|
Foreground="#EED202"
|
||||||
FontSize="14"
|
FontSize="14"
|
||||||
FontFamily="{DynamicResource SymbolThemeFontFamily}"
|
FontFamily="{DynamicResource SymbolThemeFontFamily}"
|
||||||
FontWeight="Normal"
|
FontWeight="Normal"
|
||||||
Margin="2 0"
|
Margin="5 0 0 0"
|
||||||
ToolTip="{x:Static props:Resources.NotFoundTooltip}"
|
ToolTip="{x:Static props:Resources.NotFoundTooltip}"
|
||||||
Visibility="{Binding IsNotFound, Converter={StaticResource BoolToVis}, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
Visibility="{Binding IsNotFound, Converter={StaticResource BoolToVis}, Mode=OneWay, UpdateSourceTrigger=PropertyChanged}"
|
||||||
VerticalAlignment="Center"/>
|
VerticalAlignment="Center"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user