feat: init

This commit is contained in:
rabbitism
2024-03-22 22:02:00 +08:00
parent eb1eda582f
commit d271623a66
3 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:u="https://irihi.tech/ursa">
<!-- Add Resources Here -->
<ControlTheme TargetType="u:MultiComboBox" x:Key="{x:Type u:MultiComboBox}">
<Setter Property="Focusable" Value="True"></Setter>
</ControlTheme>
<ControlTheme TargetType="u:MultiComboBoxItem" x:Key="{x:Type u:MultiComboBoxItem}">
<Setter Property="Focusable" Value="True"></Setter>
</ControlTheme>
</ResourceDictionary>