mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-11 04:05:36 +08:00
chore: 添加捐赠者
This commit is contained in:
@@ -383,6 +383,7 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Border Grid.Row="0" Style="{StaticResource TopSettingsCardStyle}">
|
||||
@@ -429,7 +430,7 @@
|
||||
</GroupBox>
|
||||
|
||||
<GroupBox Grid.Row="3" BorderThickness="0">
|
||||
<Border Style="{StaticResource BottomSettingsCardStyle}">
|
||||
<Border Style="{StaticResource SettingsCardStyle}">
|
||||
<StackPanel Margin="48,0,16,0" Orientation="Vertical">
|
||||
<TextBlock Margin="0,0,0,12" Text="贡献者"/>
|
||||
<TextBlock
|
||||
@@ -438,6 +439,17 @@
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</GroupBox>
|
||||
|
||||
<GroupBox Grid.Row="4" BorderThickness="0">
|
||||
<Border Style="{StaticResource BottomSettingsCardStyle}">
|
||||
<StackPanel Margin="48,0,16,0" Orientation="Vertical">
|
||||
<TextBlock Margin="0,0,0,12" Text="捐赠者"/>
|
||||
<TextBlock
|
||||
Text="车迷小黄"
|
||||
TextWrapping="Wrap" />
|
||||
</StackPanel>
|
||||
</Border>
|
||||
</GroupBox>
|
||||
</Grid>
|
||||
</Expander.Content>
|
||||
</Expander>
|
||||
|
||||
Reference in New Issue
Block a user