mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
更新
This commit is contained in:
parent
bfd45fd2aa
commit
8dc2109f65
@ -54,6 +54,7 @@
|
|||||||
<Grid>
|
<Grid>
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="Auto" />
|
<ColumnDefinition Width="Auto" />
|
||||||
|
<ColumnDefinition Width="Auto" />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<TextBlock Margin="10,0,10,0">
|
<TextBlock Margin="10,0,10,0">
|
||||||
<TextBlock.Text>
|
<TextBlock.Text>
|
||||||
@ -91,6 +92,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</GroupBox.Header>
|
</GroupBox.Header>
|
||||||
<ListBox
|
<ListBox
|
||||||
|
x:Name="ListBox_FrontImages"
|
||||||
d:ItemsSource="{d:SampleData ItemCount=5}"
|
d:ItemsSource="{d:SampleData ItemCount=5}"
|
||||||
AllowDrop="True"
|
AllowDrop="True"
|
||||||
Drop="ListBox_Drop"
|
Drop="ListBox_Drop"
|
||||||
@ -168,6 +170,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</GroupBox.Header>
|
</GroupBox.Header>
|
||||||
<ListBox
|
<ListBox
|
||||||
|
x:Name="ListBox_BackImages"
|
||||||
d:ItemsSource="{d:SampleData ItemCount=5}"
|
d:ItemsSource="{d:SampleData ItemCount=5}"
|
||||||
AllowDrop="True"
|
AllowDrop="True"
|
||||||
Drop="ListBox_Drop"
|
Drop="ListBox_Drop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user