Add a scrollview around the creator configs

This commit is contained in:
whimsical-c4lic0 2026-02-14 11:10:41 -06:00
parent 7cccdd58a0
commit 35f7d98112

View File

@ -619,6 +619,7 @@
</StackPanel>
</Button>
<ScrollViewer MaxHeight="264">
<ItemsControl ItemsSource="{Binding DataContext.CreatorConfigEditor.Rows, RelativeSource={RelativeSource AncestorType=Window}}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
@ -678,6 +679,7 @@
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
</ScrollViewer>
</StackPanel>
<TextBlock IsVisible="{Binding HasError}"