Skip to content

Commit

Permalink
Merge pull request #125 from wbaldoumas/details-border-fix
Browse files Browse the repository at this point in the history
Details Page Border Fix
  • Loading branch information
jamesmontemagno authored Feb 26, 2024
2 parents 4f05dfb + 9006c07 commit 012bc22
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Finish/MonkeyFinder/View/DetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 3 - Navigation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ Let's add UI to the DetailsPage. Our end goal is to get a fancy profile screen l
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 3 - Navigation/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ public partial class DetailsPage : ContentPage
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 3 - Navigation/README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ public partial class DetailsPage : ContentPage
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 4 - Platform Features/MonkeyFinder/View/DetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 5 - CollectionView/MonkeyFinder/View/DetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down
4 changes: 2 additions & 2 deletions Part 6 - AppThemes/MonkeyFinder/View/DetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Border StrokeShape="RoundRectangle 80"
Stroke="White"
StrokeThickness="6"
HeightRequest="160"
WidthRequest="160"
HeightRequest="172"
WidthRequest="172"
Margin="0,8,0,0"
HorizontalOptions="Center"
VerticalOptions="Center">
Expand Down

0 comments on commit 012bc22

Please sign in to comment.