mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
[Settings] Add visual preview of appearance settings for FZ (#14499)
* Adding visual preview * UI tweaks * Update FancyZonesPage.xaml * Update FancyZonesPage.xaml * Tweaked margins * UI tweaks * show desktop wallpaper * fix spellcheck Co-authored-by: Laute <Niels.Laute@philips.com> Co-authored-by: Davide <davide.giacometti@outlook.it>
This commit is contained in:
@@ -99,6 +99,9 @@
|
||||
<Compile Include="Controls\ColorPickerButton.xaml.cs">
|
||||
<DependentUpon>ColorPickerButton.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\FancyZonesPreviewControl.xaml.cs">
|
||||
<DependentUpon>FancyZonesPreviewControl.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Controls\IsEnabledTextBlock\IsEnabledTextBlock.cs" />
|
||||
<Compile Include="Controls\SettingsGroup\SettingsGroupAutomationPeer.cs" />
|
||||
<Compile Include="Controls\ShortcutControl\ShortcutControl.xaml.cs">
|
||||
@@ -274,6 +277,7 @@
|
||||
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
||||
<Content Include="Assets\StoreLogo.png" />
|
||||
<Content Include="Assets\StoreLogo.scale-100.png" />
|
||||
<Content Include="Assets\wallpaper_placeholder.png" />
|
||||
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
|
||||
<Content Include="Properties\Default.rd.xml" />
|
||||
</ItemGroup>
|
||||
@@ -321,6 +325,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="Controls\FancyZonesPreviewControl.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