mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
@@ -9,9 +9,15 @@
|
|||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" ControlsResourcesVersion="Version2" />
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" ControlsResourcesVersion="Version2" />
|
||||||
<ResourceDictionary Source="/Controls/KeyVisual/KeyVisual.xaml" />
|
<ResourceDictionary Source="/Controls/KeyVisual/KeyVisual.xaml" />
|
||||||
<ResourceDictionary Source="/Controls/SettingExpander/SettingExpanderStyles.xaml" />
|
<ResourceDictionary Source="/Controls/SettingExpander/SettingExpanderStyles.xaml"/>
|
||||||
|
<ResourceDictionary Source="/Styles/_FontSizes.xaml" />
|
||||||
|
<ResourceDictionary Source="/Styles/_Thickness.xaml" />
|
||||||
|
<ResourceDictionary Source="/Styles/_Sizes.xaml" />
|
||||||
<ResourceDictionary Source="/Styles/TextBlock.xaml" />
|
<ResourceDictionary Source="/Styles/TextBlock.xaml" />
|
||||||
|
<ResourceDictionary Source="/Styles/Button.xaml"/>
|
||||||
|
|
||||||
<ResourceDictionary Source="/Themes/Colors.xaml"/>
|
<ResourceDictionary Source="/Themes/Colors.xaml"/>
|
||||||
|
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
|
|
||||||
<Thickness x:Key="InfoBarIconMargin">6,16,16,16</Thickness>
|
<Thickness x:Key="InfoBarIconMargin">6,16,16,16</Thickness>
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<ResourceDictionary
|
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
|
|
||||||
|
|
||||||
|
</ResourceDictionary>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<ResourceDictionary
|
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
|
</ResourceDictionary>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<ResourceDictionary
|
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
|
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Styles">
|
||||||
|
</ResourceDictionary>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<ResourceDictionary
|
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
|
</ResourceDictionary>
|
||||||
Reference in New Issue
Block a user