Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mekyn1zm
Simple-Kickoff-for-Plasma
Commits
71e63d0a
Unverified
Commit
71e63d0a
authored
Oct 03, 2022
by
himdek
💬
Browse files
Reduced hover animation duration
parent
48ee2152
Changes
2
Hide whitespace changes
Inline
Side-by-side
contents/ui/KickoffGridView.qml
View file @
71e63d0a
...
...
@@ -93,7 +93,7 @@ EmptyPage {
keyNavigationEnabled
:
false
keyNavigationWraps
:
false
highlightMoveDuration
:
5
00
highlightMoveDuration
:
1
00
highlight
:
PlasmaCore.FrameSvgItem
{
// The default Z value for delegates is 1. The default Z value for the section delegate is 2.
// The highlight gets a value of 3 while the drag is active and then goes back to the default value of 0.
...
...
contents/ui/KickoffListView.qml
View file @
71e63d0a
...
...
@@ -74,7 +74,7 @@ EmptyPage {
// This is actually needed. The highlight will animate from thin to wide otherwise.
highlightResizeDuration
:
0
highlightMoveDuration
:
5
00
highlightMoveDuration
:
1
00
highlight
:
PlasmaCore.FrameSvgItem
{
// The default Z value for delegates is 1. The default Z value for the section delegate is 2.
// The highlight gets a value of 3 while the drag is active and then goes back to the default value of 0.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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