Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Dan Leinir Turthra Jensen
Plasma Desktop
Commits
e77907cf
Commit
e77907cf
authored
Jun 13, 2020
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.19'
parents
f87cb29c
aaba7dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applets/kicker/package/contents/ui/RunnerResultsList.qml
applets/kicker/package/contents/ui/RunnerResultsList.qml
+1
-1
No files found.
applets/kicker/package/contents/ui/RunnerResultsList.qml
View file @
e77907cf
...
...
@@ -83,7 +83,7 @@ FocusScope {
?
rootList
.
height
:
runnerColumns
.
height
)
-
header
.
height
);
if
(
model
&&
model
.
count
)
{
return
Math
.
min
(
listH
eight
,
model
.
count
*
itemHeight
);
return
Math
.
min
(
favoriteSystemActions
.
height
+
favoriteApps
.
height
-
header
.
h
eight
,
model
.
count
*
itemHeight
);
}
return
listHeight
;
...
...
Write
Preview
Markdown
is supported
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