summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40185.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+1
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-12[UWP] Adjust bounds for ContentPage when by itself (#61)Paul DiPietro1-0/+47
In a scenario where there is a ContentPage by itself, things like labels ran beneath the StatusBar in landscape mode. This is presumably because the page was assuming there to be a TitleBar and calculating the bounds based on that fact; by checking for its visibility and adjusting the bounds as necessary it allows for correct alignment.