Files
elwig/Elwig/Themes/Generic.xaml
Lorenz Stechauner cc4ec6c5db
All checks were successful
Test / Run tests (push) Successful in 2m28s
[#37] Controls: Implement IntegerUpDown
2024-06-03 16:59:45 +02:00

7 lines
367 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.MergedDictionaries>
</ResourceDictionary>