mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fix top spacing
This commit is contained in:
parent
4f56251d01
commit
aae135606f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<ScrollViewer Grid.Row="1"
|
<ScrollViewer Grid.Row="1"
|
||||||
Margin="0,60,0,0"
|
Margin="0,30,0,0"
|
||||||
Padding="24,0,24,16"
|
Padding="24,0,24,16"
|
||||||
Style="{StaticResource SettingsContentScrollViewStyle}">
|
Style="{StaticResource SettingsContentScrollViewStyle}">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue