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