mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
UI优化
This commit is contained in:
@@ -132,7 +132,10 @@
|
||||
BorderThickness="1"
|
||||
CornerRadius="12">
|
||||
<ui:TextBlock FontSize="10"
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,5,0,0"
|
||||
VerticalAlignment="Center"
|
||||
TextAlignment="Center"
|
||||
Foreground="{DynamicResource TextFillColorSecondaryBrush}"
|
||||
Text="{Binding ModifiedTime, StringFormat='{}{0:MM-dd HH:mm}'}" />
|
||||
</Border>
|
||||
|
||||
@@ -445,7 +445,7 @@
|
||||
</UserControl.Resources>
|
||||
|
||||
<!-- 布局 -->
|
||||
<Grid Margin="16">
|
||||
<Grid Margin="0">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="*" />
|
||||
|
||||
Reference in New Issue
Block a user