2023-07-19 02:40:17 +08:00
|
|
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2025-01-02 14:31:47 +08:00
|
|
|
<StaticResource x:Key="ComboBoxSelectorCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
|
|
|
|
<StaticResource x:Key="ComboBoxSelectorThickness" ResourceKey="SemiBorderThicknessControl" />
|
2024-11-12 16:46:07 +08:00
|
|
|
<Thickness x:Key="ComboBoxItemDefaultPadding">12 8</Thickness>
|
2024-11-18 16:01:15 +08:00
|
|
|
<Thickness x:Key="ComboBoxSelectorDefaultPadding">12 0 0 0</Thickness>
|
2024-11-12 17:10:35 +08:00
|
|
|
<x:Double x:Key="ComboBoxPopupMaxDropDownHeight">504</x:Double>
|
2025-01-02 14:31:47 +08:00
|
|
|
<StaticResource x:Key="ComboBoxPopupBorderThickness" ResourceKey="SemiBorderThicknessControl" />
|
|
|
|
|
<StaticResource x:Key="ComboBoxPopupBoxCornerRadius" ResourceKey="SemiBorderRadiusMedium" />
|
2024-11-18 16:01:15 +08:00
|
|
|
<x:Double x:Key="ComboBoxIconWidth">32</x:Double>
|
2025-01-01 22:35:53 +08:00
|
|
|
<StaticResource x:Key="ComboBoxIcon" ResourceKey="SemiIconChevronDown" />
|
2025-01-02 14:31:47 +08:00
|
|
|
<StaticResource x:Key="ComboBoxPopupBorderMargin" ResourceKey="SemiThicknessExtraTight" />
|
2024-12-01 23:34:26 +08:00
|
|
|
<Thickness x:Key="ComboBoxPopupBorderPadding">0 4</Thickness>
|
2025-01-02 14:31:47 +08:00
|
|
|
<StaticResource x:Key="ComboBoxDefaultHeight" ResourceKey="SemiHeightControlDefault" />
|
|
|
|
|
<StaticResource x:Key="ComboBoxSmallHeight" ResourceKey="SemiHeightControlSmall" />
|
|
|
|
|
<StaticResource x:Key="ComboBoxLargeHeight" ResourceKey="SemiHeightControlLarge" />
|
2023-07-19 02:40:17 +08:00
|
|
|
</ResourceDictionary>
|