Skip to content

Commit

Permalink
Merge pull request #106 from MicaApps/UI-FIx2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shomnipotence authored Jan 27, 2024
2 parents fc7e707 + 4574f1c commit 53157f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MicaApps.Mail.UWP/Pages/MailFolderDetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<ScrollViewer Padding="50"
<ScrollViewer Padding="50 50 50 0"
VerticalScrollMode="Auto"
HorizontalScrollMode="Disabled">
<StackPanel>
Expand Down Expand Up @@ -137,7 +137,7 @@
</ListView>
</Grid>
</Grid>
<Border Height="2"
<Border Height="0"
Margin="0,20"
HorizontalAlignment="Stretch"
Background="Gray" />
Expand Down

0 comments on commit 53157f9

Please sign in to comment.