mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-24 15:05:19 -07:00
Update Settings.xaml
This commit is contained in:
parent
e8f50eafc9
commit
4f56251d01
1 changed files with 103 additions and 107 deletions
|
@ -79,14 +79,11 @@
|
||||||
Margin="0,60,0,0"
|
Margin="0,60,0,0"
|
||||||
Padding="24,0,24,16"
|
Padding="24,0,24,16"
|
||||||
Style="{StaticResource SettingsContentScrollViewStyle}">
|
Style="{StaticResource SettingsContentScrollViewStyle}">
|
||||||
<Grid>
|
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition MaxWidth="1000"/>
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
|
|
||||||
<StackPanel Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}">
|
<StackPanel Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}">
|
||||||
<StackPanel.ChildrenTransitions>
|
<StackPanel.ChildrenTransitions>
|
||||||
<EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True"/>
|
<EntranceThemeTransition FromVerticalOffset="50" IsStaggeringEnabled="True"/>
|
||||||
|
<RepositionThemeTransition IsStaggeringEnabled="False"/>
|
||||||
</StackPanel.ChildrenTransitions>
|
</StackPanel.ChildrenTransitions>
|
||||||
<TextBlock x:Uid="SettingsAppearance"
|
<TextBlock x:Uid="SettingsAppearance"
|
||||||
Style="{StaticResource SettingsCategoryTitleTextBlockStyle}"
|
Style="{StaticResource SettingsCategoryTitleTextBlockStyle}"
|
||||||
|
@ -193,7 +190,6 @@
|
||||||
</RichTextBlock>
|
</RichTextBlock>
|
||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue