feat: add resources
This commit is contained in:
14
src/Ursa.Themes.Semi/Themes/Shared/Divider.axaml
Normal file
14
src/Ursa.Themes.Semi/Themes/Shared/Divider.axaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<x:Double x:Key="SizeDividerVerticalHeight">20</x:Double>
|
||||
<x:Double x:Key="SizeDividerVerticaMinHeight">0</x:Double>
|
||||
<x:Double x:Key="SizeDividerLeftWidth">40</x:Double>
|
||||
<x:Double x:Key="SizeDividerRightWidth">40</x:Double>
|
||||
<x:Double x:Key="SizeDividerLeftMinWidth">20</x:Double>
|
||||
<x:Double x:Key="SizeDividerRightMinWidth">20</x:Double>
|
||||
<x:Double x:Key="SizeDividerWidth">1</x:Double>
|
||||
|
||||
<Thickness x:Key="ThicknessDividerVerticalMargin">1,0</Thickness>
|
||||
<Thickness x:Key="ThicknessDividerHorizontalMargin">0,1</Thickness>
|
||||
<Thickness x:Key="ThicknessDividerTextMargin">8,0</Thickness>
|
||||
</ResourceDictionary>
|
||||
@@ -1,8 +1,9 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceInclude Source="Badge.axaml" />
|
||||
<ResourceInclude Source="Banner.axaml" />
|
||||
<ResourceInclude Source="IPv4Box.axaml" />
|
||||
<MergeResourceInclude Source="Badge.axaml" />
|
||||
<MergeResourceInclude Source="Banner.axaml" />
|
||||
<MergeResourceInclude Source="Divider.axaml" />
|
||||
<MergeResourceInclude Source="IPv4Box.axaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user