mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Small fixes
- Revert misguided suggestions - Fix whitespace
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user