Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
强迫症彻底没救了,,,
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed May 25, 2019
1 parent 71a84bf commit 073b84f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PixivFSUWP/SearchResultPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="4 0"
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="3 0"
x:Name="WaterfallListView" SelectionMode="None" ItemContainerTransitions="{x:Null}" Holding="WaterfallListView_Holding"
ItemTemplate="{StaticResource WaterfallListViewItemTemplate}" RightTapped="WaterfallListView_RightTapped"
IsItemClickEnabled="True" ItemClick="WaterfallListView_ItemClick">
Expand All @@ -67,7 +67,7 @@
</ListView.Resources>
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="77" ItemMargin="2">
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="76" ItemMargin="2">
<controls:WaterfallContentPanel.ChildrenTransitions>
<TransitionCollection>
<PopupThemeTransition FromVerticalOffset="150"/>
Expand Down
4 changes: 2 additions & 2 deletions PixivFSUWP/UserDetailPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="4 0"
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="3 0"
x:Name="WaterfallListView" SelectionMode="None" ItemContainerTransitions="{x:Null}" Holding="WaterfallListView_Holding"
ItemTemplate="{StaticResource WaterfallListViewItemTemplate}" RightTapped="WaterfallListView_RightTapped"
IsItemClickEnabled="True" ItemClick="WaterfallListView_ItemClick">
Expand All @@ -159,7 +159,7 @@
</ListView.Resources>
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="77" ItemMargin="2">
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="76" ItemMargin="2">
<controls:WaterfallContentPanel.ChildrenTransitions>
<TransitionCollection>
<PopupThemeTransition FromVerticalOffset="150"/>
Expand Down
4 changes: 2 additions & 2 deletions PixivFSUWP/WaterfallPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="4 0"
<controls:WaterfallListView ScrollViewer.VerticalScrollBarVisibility="Hidden" Margin="3 0"
x:Name="WaterfallListView" SelectionMode="None" ItemContainerTransitions="{x:Null}" Holding="WaterfallListView_Holding"
ItemTemplate="{StaticResource WaterfallListViewItemTemplate}" RightTapped="WaterfallListView_RightTapped"
IsItemClickEnabled="True" ItemClick="WaterfallListView_ItemClick">
Expand All @@ -67,7 +67,7 @@
</ListView.Resources>
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="77" ItemMargin="2">
<controls:WaterfallContentPanel x:Name="WaterfallContent" Loaded="WaterfallContent_Loaded" TopOffset="76" ItemMargin="2">
<controls:WaterfallContentPanel.ChildrenTransitions>
<TransitionCollection>
<PopupThemeTransition FromVerticalOffset="150"/>
Expand Down

0 comments on commit 073b84f

Please sign in to comment.