center account summary stat grid
This commit is contained in:
@@ -124,13 +124,11 @@
|
||||
<winuiControls:SettingsCard.HeaderIcon>
|
||||
<SymbolIcon Symbol="ContactInfo" />
|
||||
</winuiControls:SettingsCard.HeaderIcon>
|
||||
<StackPanel Margin="0,-8,0,0" Spacing="10">
|
||||
<TextBlock
|
||||
FontSize="13"
|
||||
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
||||
Text="{x:Bind domain:Translator.WinoAccount_Management_SummarySectionTitle}" />
|
||||
|
||||
<Grid ColumnSpacing="10" RowSpacing="10">
|
||||
<StackPanel Margin="0,-4,0,0" Spacing="10">
|
||||
<Grid
|
||||
HorizontalAlignment="Center"
|
||||
ColumnSpacing="10"
|
||||
RowSpacing="10">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -197,7 +195,12 @@
|
||||
</Border>
|
||||
</Grid>
|
||||
|
||||
<TextBlock FontWeight="SemiBold" Text="{x:Bind ViewModel.SummaryDefaultAccountText, Mode=OneWay}" TextWrapping="Wrap" />
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
FontWeight="SemiBold"
|
||||
Text="{x:Bind ViewModel.SummaryDefaultAccountText, Mode=OneWay}"
|
||||
TextAlignment="Center"
|
||||
TextWrapping="Wrap" />
|
||||
</StackPanel>
|
||||
</winuiControls:SettingsCard>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user