|
|
@ -1,6 +1,8 @@ |
|
|
<Styles xmlns="https://github.com/perspex"> |
|
|
<Styles xmlns="https://github.com/perspex"> |
|
|
<Style Selector="DropDownItem"> |
|
|
<Style Selector="DropDownItem"> |
|
|
<Setter Property="Padding" Value="2"/> |
|
|
<Setter Property="Padding" Value="2"/> |
|
|
|
|
|
<Setter Property="HorizontalAlignment" Value="Stretch"/> |
|
|
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Left"/> |
|
|
<Setter Property="Template"> |
|
|
<Setter Property="Template"> |
|
|
<ControlTemplate> |
|
|
<ControlTemplate> |
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
<ContentPresenter Name="PART_ContentPresenter" |
|
|
@ -8,6 +10,8 @@ |
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
BorderThickness="{TemplateBinding BorderThickness}" |
|
|
Content="{TemplateBinding Content}" |
|
|
Content="{TemplateBinding Content}" |
|
|
|
|
|
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" |
|
|
|
|
|
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" |
|
|
Padding="{TemplateBinding Padding}"/> |
|
|
Padding="{TemplateBinding Padding}"/> |
|
|
</ControlTemplate> |
|
|
</ControlTemplate> |
|
|
</Setter> |
|
|
</Setter> |
|
|
|