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
fbbb6043
Commit
fbbb6043
authored
Oct 10, 2019
by
Marco Martin
Browse files
don't split
parent
91b4f891
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/homescreen/package/contents/ui/launcher/Delegate.qml
View file @
fbbb6043
...
...
@@ -131,9 +131,9 @@ ContainmentLayoutManager.ItemContainer {
maximumLineCount
:
2
elide
:
Text
.
ElideRight
text
:
model
.
ApplicationNameRole
.
split
(
"
"
)[
0
]
text
:
model
.
ApplicationNameRole
//
.split(" ")[0]
//FIXME: export smallestReadableFont
font.pixelSize
:
theme
.
defaultFont
.
pixelSize
*
0.
8
font.pixelSize
:
theme
.
defaultFont
.
pixelSize
*
0.
9
color
:
model
.
ApplicationLocationRole
==
ApplicationListModel
.
Desktop
?
"
white
"
:
theme
.
textColor
layer.enabled
:
model
.
ApplicationLocationRole
==
ApplicationListModel
.
Desktop
...
...
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