Skip to content

Commit

Permalink
ItemSpacnig = 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebarslan committed Dec 27, 2024
1 parent ad72c9b commit 6b1344c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public NullableDateTimePickerSelectList()
{
ItemsLayout = new GridItemsLayout(3, ItemsLayoutOrientation.Vertical)
{
HorizontalItemSpacing = 2,
VerticalItemSpacing = 2
HorizontalItemSpacing = 3,
VerticalItemSpacing = 3
},
SelectionMode = SelectionMode.Single,
HorizontalOptions = LayoutOptions.Fill,
Expand Down

0 comments on commit 6b1344c

Please sign in to comment.