mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
[Settings] Fixing ColorPickerButton a11y bugs (#13961)
* Added ColorPickerButton control * Updated styles * Narrator support * Update IsEnabledTextBlock.xaml Co-authored-by: Laute <Niels.Laute@philips.com>
This commit is contained in:
@@ -96,6 +96,9 @@
|
||||
<Compile Include="Behaviors\NavigationViewHeaderBehavior.cs" />
|
||||
<Compile Include="Behaviors\NavigationViewHeaderMode.cs" />
|
||||
<Compile Include="Controls\CheckBoxWithDescriptionControl.cs" />
|
||||
<Compile Include="Controls\ColorPickerButton.xaml.cs">
|
||||
<DependentUpon>ColorPickerButton.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\IsEnabledTextBlock\IsEnabledTextBlock.cs" />
|
||||
<Compile Include="Controls\SettingsGroup\SettingsGroupAutomationPeer.cs" />
|
||||
<Compile Include="Controls\ShortcutControl\ShortcutControl.xaml.cs">
|
||||
@@ -314,6 +317,10 @@
|
||||
<PRIResource Include="Strings\en-us\Resources.resw" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Page Include="Controls\ColorPickerButton.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Controls\IsEnabledTextBlock\IsEnabledTextBlock.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
Reference in New Issue
Block a user