Skip to content

Commit

Permalink
Formattation
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Jun 7, 2020
1 parent fc3b573 commit 5406ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Unigram/Unigram/Views/ChatView.Bubbles.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void UpdateHeaderDate(bool intermediate)
}

if (minItem && i >= panel.FirstVisibleIndex)
{
{
var transform = container.TransformToVisual(DateHeaderRelative);
var point = transform.TransformPoint(new Point());

Expand Down
2 changes: 1 addition & 1 deletion Unigram/Unigram/Views/Folders/FoldersPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</controls:HeaderedControl>

<controls:HeaderedControl
Header="Tabs view"
Header="Tabs view"
Footer="If you have many folders, try moving tabs on the left.">
<ScrollViewer HorizontalScrollBarVisibility="Auto"
HorizontalScrollMode="Auto"
Expand Down

0 comments on commit 5406ca2

Please sign in to comment.