mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code quality
This commit is contained in:
parent
c4b992281b
commit
267b6d2c10
1 changed files with 2 additions and 2 deletions
|
|
@ -889,10 +889,10 @@ namespace Flow.Launcher
|
|||
FillBehavior = FillBehavior.HoldEnd
|
||||
};
|
||||
|
||||
Storyboard.SetTargetProperty(ClockOpacity, new PropertyPath(OpacityProperty));
|
||||
Storyboard.SetTarget(ClockOpacity, ClockPanel);
|
||||
Storyboard.SetTargetProperty(ClockOpacity, new PropertyPath(OpacityProperty));
|
||||
|
||||
Storyboard.SetTargetName(thicknessAnimation, "ClockPanel");
|
||||
Storyboard.SetTarget(thicknessAnimation, ClockPanel);
|
||||
Storyboard.SetTargetProperty(thicknessAnimation, new PropertyPath(MarginProperty));
|
||||
|
||||
Storyboard.SetTarget(IconMotion, SearchIcon);
|
||||
|
|
|
|||
Loading…
Reference in a new issue