Skip to content

Commit 5f596b9

Browse files
Reduce BoxView Margin
1 parent 6d64fcd commit 5f596b9

9 files changed

+9
-9
lines changed

samples/CommunityToolkit.Maui.Sample/Views/Popups/ButtonPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Style>
1919
<Style x:Key="Divider" TargetType="BoxView">
2020
<Setter Property="HeightRequest" Value="1" />
21-
<Setter Property="Margin" Value="50, 25" />
21+
<Setter Property="Margin" Value="50, 12" />
2222
<Setter Property="Color" Value="#c3c3c3" />
2323
</Style>
2424
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/MultipleButtonPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Style>
2121
<Style x:Key="Divider" TargetType="BoxView">
2222
<Setter Property="HeightRequest" Value="1" />
23-
<Setter Property="Margin" Value="50, 25" />
23+
<Setter Property="Margin" Value="50, 12" />
2424
<Setter Property="Color" Value="#c3c3c3" />
2525
</Style>
2626
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/NoOutsideTapDismissPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Style>
2020
<Style x:Key="Divider" TargetType="BoxView">
2121
<Setter Property="HeightRequest" Value="1" />
22-
<Setter Property="Margin" Value="50, 25" />
22+
<Setter Property="Margin" Value="50, 12" />
2323
<Setter Property="Color" Value="#c3c3c3" />
2424
</Style>
2525
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/OpenedEventSimplePopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Style>
1919
<Style x:Key="Divider" TargetType="BoxView">
2020
<Setter Property="HeightRequest" Value="1" />
21-
<Setter Property="Margin" Value="50, 25" />
21+
<Setter Property="Margin" Value="50, 12" />
2222
<Setter Property="Color" Value="#c3c3c3" />
2323
</Style>
2424
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/ReturnResultPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</Style>
1919
<Style x:Key="Divider" TargetType="BoxView">
2020
<Setter Property="HeightRequest" Value="1" />
21-
<Setter Property="Margin" Value="50, 25" />
21+
<Setter Property="Margin" Value="50, 12" />
2222
<Setter Property="Color" Value="#c3c3c3" />
2323
</Style>
2424
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/SimplePopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Style>
2222
<Style x:Key="Divider" TargetType="BoxView">
2323
<Setter Property="HeightRequest" Value="1" />
24-
<Setter Property="Margin" Value="50, 25" />
24+
<Setter Property="Margin" Value="50, 12" />
2525
<Setter Property="Color" Value="#c3c3c3" />
2626
</Style>
2727
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/ToggleSizePopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Style>
2020
<Style x:Key="Divider" TargetType="BoxView">
2121
<Setter Property="HeightRequest" Value="1" />
22-
<Setter Property="Margin" Value="50, 25" />
22+
<Setter Property="Margin" Value="50, 12" />
2323
<Setter Property="Color" Value="#c3c3c3" />
2424
</Style>
2525
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/UpdatingPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</Style>
2121
<Style x:Key="Divider" TargetType="BoxView">
2222
<Setter Property="HeightRequest" Value="1" />
23-
<Setter Property="Margin" Value="50, 25" />
23+
<Setter Property="Margin" Value="50, 12" />
2424
<Setter Property="Color" Value="#c3c3c3" />
2525
</Style>
2626
<Style x:Key="Content" TargetType="Label">

samples/CommunityToolkit.Maui.Sample/Views/Popups/XamlBindingPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</Style>
2929
<Style x:Key="Divider" TargetType="BoxView">
3030
<Setter Property="HeightRequest" Value="1" />
31-
<Setter Property="Margin" Value="50, 25" />
31+
<Setter Property="Margin" Value="50, 12" />
3232
<Setter Property="Color" Value="#c3c3c3" />
3333
</Style>
3434
<Style x:Key="Content" TargetType="Label">

0 commit comments

Comments
 (0)