17 lines
918 B
XML
17 lines
918 B
XML
<ResourceDictionary
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:controls="using:Toolkit.UI.Controls.Avalonia"
|
|
xmlns:ui="using:FluentAvalonia.UI.Controls">
|
|
<Design.PreviewWith>
|
|
<Border Padding="20" />
|
|
</Design.PreviewWith>
|
|
<Thickness x:Key="SettingsExpanderItemPadding">16 10</Thickness>
|
|
<x:Double x:Key="SettingsExpanderItemMinHeight">48</x:Double>
|
|
<Thickness x:Key="SettingsExpanderItemContentMargin">42 0 0 0</Thickness>
|
|
<Thickness x:Key="SettingsExpanderItemFooterMargin">16 0 0 0</Thickness>
|
|
<Thickness x:Key="SettingsExpanderItemBottomFooterMargin">42 16 0 0</Thickness>
|
|
<x:Double x:Key="SettingsExpanderItemIconSize">24</x:Double>
|
|
<x:Double x:Key="SettingsExpanderItemActionIconSize">18</x:Double>
|
|
<x:Double x:Key="SettingsExpanderItemAdaptiveWidthTrigger">460</x:Double>
|
|
</ResourceDictionary> |