Dispenser/DispenserUI/Views/Controls/SettingEditor.axaml

5 lines
238 B
Plaintext
Raw Normal View History

2024-08-16 07:20:09 +00:00
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="DispenserUI.Views.Controls.SettingEditor">
<ScrollViewer x:Name="Layout" />
</UserControl>