feat: move resource location.
This commit is contained in:
@@ -15,8 +15,6 @@
|
|||||||
<ResourceInclude Source="Themes/Shared/_index.axaml" />
|
<ResourceInclude Source="Themes/Shared/_index.axaml" />
|
||||||
<ResourceInclude Source="Locale/zh-cn.axaml" />
|
<ResourceInclude Source="Locale/zh-cn.axaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
<!-- This resource definition is from Semi Avalonia 11.2.1. This can be removed after Ursa dependency is higher than Avalonia 11.2.1 -->
|
|
||||||
<Thickness x:Key="ComboBoxPopupBorderMargin">4</Thickness>
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</Styles.Resources>
|
</Styles.Resources>
|
||||||
|
|
||||||
|
|||||||
@@ -24,4 +24,6 @@
|
|||||||
<ResourceInclude Source="Toast.axaml" />
|
<ResourceInclude Source="Toast.axaml" />
|
||||||
<ResourceInclude Source="ToolBar.axaml" />
|
<ResourceInclude Source="ToolBar.axaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
|
<!-- This resource definition is from Semi Avalonia 11.2.1. This can be removed after Ursa dependency is higher than Avalonia 11.2.1 -->
|
||||||
|
<Thickness x:Key="ComboBoxPopupBorderMargin">4</Thickness>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
Reference in New Issue
Block a user