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 Mobile
Commits
851d17a0
Commit
851d17a0
authored
Oct 04, 2019
by
Marco Martin
Browse files
fancier anim
parent
5a4fdc5a
Changes
2
Hide whitespace changes
Inline
Side-by-side
containments/panel/package/contents/ui/SlidingPanel.qml
View file @
851d17a0
...
...
@@ -82,7 +82,7 @@ NanoShell.FullScreenOverlay {
easing.type
:
Easing
.
InOutQuad
properties
:
"
offset
"
from
:
window
.
offset
to
:
0
to
:
-
headerHeight
}
ScriptAction
{
script
:
{
...
...
containments/panel/package/contents/ui/main.qml
View file @
851d17a0
...
...
@@ -217,19 +217,28 @@ PlasmaCore.ColorScope {
openThreshold
:
units
.
gridUnit
*
10
headerHeight
:
root
.
height
contentItem
:
ColumnLayout
{
contentItem
:
Item
{
id
:
panelContents
anchors.fill
:
parent
implicitWidth
:
quickSettingsParent
.
implicitWidth
implicitHeight
:
quickSettingsParent
.
implicitHeight
DrawerBackground
{
Layout.fillWidth
:
true
id
:
quickSettingsParent
anchors.fill
:
parent
z
:
1
contentItem
:
QuickSettings
{
id
:
quickSettings
}
}
DrawerBackground
{
Layout.fillWidth
:
true
anchors
{
left
:
parent
.
left
right
:
parent
.
right
}
y
:
quickSettingsParent
.
height
-
height
*
(
1
-
opacity
)
opacity
:
slidingPanel
.
offset
/
panelContents
.
height
contentItem
:
Item
{
id
:
notificationsParent
...
...
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