21 lines
746 B
XML
21 lines
746 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:u="https://irihi.tech/ursa">
|
|
<Design.PreviewWith>
|
|
<Border Padding="20">
|
|
<!-- Add Controls for Previewer Here -->
|
|
</Border>
|
|
</Design.PreviewWith>
|
|
|
|
<!-- Add Styles Here -->
|
|
<Style Selector="u|Breadcrumb.Small u|BreadcrumbItem /template/ ContentPresenter">
|
|
<Setter Property="FontSize" Value="12"></Setter>
|
|
<Style Selector="^#PART_IconPresenter">
|
|
<Setter Property="Margin" Value="0 0 2 0"></Setter>
|
|
</Style>
|
|
<Style Selector="^#Separator">
|
|
<Setter Property="Margin" Value="2 0"></Setter>
|
|
</Style>
|
|
</Style>
|
|
</Styles>
|