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
Plasma
Plasma Desktop
Commits
02ef57d3
Commit
02ef57d3
authored
Dec 05, 2018
by
Fabian Vogt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Plasma/5.14'
parents
40879615
5323adb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
containments/desktop/package/contents/ui/FolderItemDelegate.qml
...nments/desktop/package/contents/ui/FolderItemDelegate.qml
+1
-1
No files found.
containments/desktop/package/contents/ui/FolderItemDelegate.qml
View file @
02ef57d3
...
...
@@ -316,7 +316,7 @@ Item {
PropertyChanges
{
target
:
label
anchors.topMargin
:
units
.
smallSpacing
width
:
Math
.
min
(
label
.
implicitWidth
+
units
.
smallSpacing
,
parent
.
width
-
units
.
smallSpacing
)
width
:
Math
.
round
(
Math
.
min
(
label
.
implicitWidth
+
units
.
smallSpacing
,
parent
.
width
-
units
.
smallSpacing
)
)
maximumLineCount
:
plasmoid
.
configuration
.
textLines
horizontalAlignment
:
Text
.
AlignHCenter
}
...
...
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