mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
11 lines
529 B
XML
11 lines
529 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Application.Styles>
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/>
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/>
|
|
|
|
<Style Selector="DropDown">
|
|
<Setter Property="MinHeight" Value="28" />
|
|
</Style>
|
|
</Application.Styles>
|
|
</Application>
|