Skip to content

Commit

Permalink
重新生成包,修改SettingsPage卡片间距
Browse files Browse the repository at this point in the history
  • Loading branch information
huuhghhgyg committed May 23, 2023
1 parent c5bc9fc commit 1be914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chamberlain_UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="5f07b308-c8c5-42bd-a270-94090b28e308"
Publisher="CN=huuhghhgyg"
Version="1.0.9.0" />
Version="1.0.10.0" />

<mp:PhoneIdentity PhoneProductId="5f07b308-c8c5-42bd-a270-94090b28e308" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
3 changes: 2 additions & 1 deletion Chamberlain_UWP/Settings/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
IsOn="{x:Bind vm.IsPaneOpen, Mode=TwoWay}"/>
</Grid>
<!--语言设置-->
<Grid Margin="0,4,0,0" Padding="16,12" Style="{StaticResource CardGrid}" ColumnSpacing="16">
<Grid Margin="0,4,0,0" Padding="16" Style="{StaticResource CardGrid}" ColumnSpacing="16">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition Width="auto"/>
Expand Down Expand Up @@ -210,6 +210,7 @@

<!--同步-->
<TextBlock Text="{x:Bind strings:Resources.Sync}" Margin="0,12,0,0" Style="{ThemeResource BaseTextBlockStyle}"/>
<!--视觉补偿 PaddingY=12,后期可以修改-->
<Grid Margin="0,4,0,0" Padding="16,12" Style="{StaticResource CardGrid}" ColumnSpacing="16">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
Expand Down

0 comments on commit 1be914e

Please sign in to comment.