Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
3fa447f5
Commit
3fa447f5
authored
Jan 27, 2021
by
Janet Blackquill
🌈
Committed by
Nate Graham
Feb 02, 2021
Browse files
[applets/systemtray]: Make the header transition height when switching between applets
parent
27322b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/package/contents/ui/ExpandedRepresentation.qml
View file @
3fa447f5
...
...
@@ -55,6 +55,9 @@ Item {
right
:
parent
.
right
}
height
:
trayHeading
.
height
+
bottomPadding
+
container
.
headingHeight
Behavior
on
height
{
NumberAnimation
{
duration
:
PlasmaCore
.
Units
.
shortDuration
/
2
;
easing.type
:
Easing
.
InOutQuad
}
}
}
// Main content layout
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment