Small fixes

- Revert misguided suggestions
- Fix whitespace
This commit is contained in:
Jiří Polášek
2025-12-14 21:45:36 +01:00
committed by GitHub
parent 9be82f1ffd
commit 4b87fc19b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8" ?>
<UserControl <UserControl
x:Class="Microsoft.CmdPal.UI.Controls.FallbackRankerDialog" x:Class="Microsoft.CmdPal.UI.Controls.FallbackRankerDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

View File

@@ -164,7 +164,7 @@
Width="20" Width="20"
Height="20" Height="20"
AutomationProperties.AccessibilityView="Raw" AutomationProperties.AccessibilityView="Raw"
SourceKey="{x:Bind InitialIcon, Mode=OneWay}" SourceKey="{x:Bind Icon, Mode=OneWay}"
SourceRequested="{x:Bind helpers:IconCacheProvider.SourceRequested}" /> SourceRequested="{x:Bind helpers:IconCacheProvider.SourceRequested}" />
</cpcontrols:ContentIcon.Content> </cpcontrols:ContentIcon.Content>
</cpcontrols:ContentIcon> </cpcontrols:ContentIcon>