17 lines
476 B
XML
17 lines
476 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Design.PreviewWith>
|
|
<Border Padding="20">
|
|
<!-- Add Controls for Previewer Here -->
|
|
</Border>
|
|
</Design.PreviewWith>
|
|
|
|
<Style Selector="Label">
|
|
<Setter Property="Padding" Value="0"/>
|
|
</Style>
|
|
|
|
<Style Selector="ComboBox">
|
|
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
|
</Style>
|
|
</Styles>
|