mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-03-21 17:48:28 -05:00
Party tab: use panel background (#F5F5F5) matching system tab color
This commit is contained in:
parent
bea5860ec7
commit
0ca0ea0404
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user