Party tab: use panel background (#F5F5F5) matching system tab color

This commit is contained in:
montanon 2026-03-16 13:09:40 -03:00
parent bea5860ec7
commit 0ca0ea0404

View File

@ -74,11 +74,12 @@
<!-- Party Tab (2 columns x 3 rows, matching WinForms PartyEditor) -->
<TabItem Header="Party">
<Border CornerRadius="0" ClipToBounds="True"
Background="Transparent"
HorizontalAlignment="Center" VerticalAlignment="Top"
Margin="2,4">
<ItemsControl ItemsSource="{Binding PartySlots}">
<Border Background="{DynamicResource PKHeXPanelBackground}"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Padding="4">
<ItemsControl ItemsSource="{Binding PartySlots}"
HorizontalAlignment="Center" VerticalAlignment="Top"
Margin="0,4">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<UniformGrid Columns="2" Rows="3" />