Skip to content

Commit

Permalink
minor reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
United600 committed Jul 1, 2024
1 parent a192b07 commit 9019cee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<EasingDoubleKeyFrame KeyTime="{StaticResource SelectionIndicatorAnimationDuration}" Value="1" EasingFunction="{StaticResource SelectionIndicatorEaseOutBackEase}" />
</DoubleAnimationUsingKeyFrames>
</Storyboard>

<Storyboard x:Name="SelectionIndicatorEaseInScaleTransform">
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="SelectionIndicatorScaleTransform" Storyboard.TargetProperty="ScaleX">
<EasingDoubleKeyFrame KeyTime="{StaticResource SelectionIndicatorAnimationDuration}" Value="0" EasingFunction="{StaticResource SelectionIndicatorEaseInBackEase}" />
Expand Down
8 changes: 4 additions & 4 deletions src/Notepads/Notepads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Resource\ChromelessIconButtonStyle.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resource\CustomCheckBoxStyle.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down Expand Up @@ -405,6 +401,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resource\ChromelessIconButtonStyle.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resource\ExpanderToggleButtonStyle.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down

0 comments on commit 9019cee

Please sign in to comment.