Files
elwig/Elwig/Themes/Generic.xaml
Lorenz Stechauner 4483eb6a69
All checks were successful
Test / Run tests (push) Successful in 2m26s
[#37] Controls: Implement CheckComboBox and remove xctk
2024-06-12 16:29:57 +02:00

8 lines
451 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Elwig;component/Controls/UnitTextBox.xaml"/>
<ResourceDictionary Source="/Elwig;component/Controls/IntegerUpDown.xaml"/>
<ResourceDictionary Source="/Elwig;component/Controls/CheckComboBox.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>