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
Plasma
Plasma Desktop
Commits
97944e4f
Commit
97944e4f
authored
Feb 25, 2021
by
Mikel Johnson
Browse files
[Kickoff] Don't capitalize full word sections
BUG: 433574
FIXED-IN: 5.21.1 (cherry picked from commit
1b3383ee
)
parent
6c996c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/SectionDelegate.qml
View file @
97944e4f
...
...
@@ -42,7 +42,8 @@ Item {
level
:
4
// Force it to be uppercase or else if the first item in a section starts
// with a lowercase letter, the header letter will be lowercase too!
text
:
section
.
toUpperCase
()
// Only applies to alphabetical characters in "All applications"
text
:
section
.
length
==
1
?
section
.
toUpperCase
()
:
section
}
Item
{
width
:
parent
.
width
...
...
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