Merge pull request #15 from nventive/dev/djo/dev/djo/visible-bounds-padding

Add VisibleBoundsPadding
This commit is contained in:
David Oliver 2019-05-21 14:41:41 -04:00 committed by GitHub
commit ee0d75db67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -8,6 +8,7 @@
xmlns:converters="using:CalculatorApp.Converters"
xmlns:local="using:CalculatorApp"
xmlns:vm="using:WindowsCalculatorShared.ViewModel"
xmlns:toolkit="using:Uno.UI.Toolkit"
x:Name="pageRoot"
Background="{ThemeResource AppChromeAcrylicHostBackdropMediumLowBrush}"
Loaded="OnPageLoaded"
@ -59,8 +60,8 @@
Value="Right"/>
</Style>
</Page.Resources>
<Grid>
<Grid toolkit:VisibleBoundsPadding.PaddingMask="All">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<!--

View file

@ -8,6 +8,9 @@
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="Uno.UI">
<Version>1.45.0-dev.1457</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>