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
PIM
Kalendar
Commits
00f8b55b
Commit
00f8b55b
authored
Sep 11, 2022
by
Claudio Cambra
Browse files
Fix reduced size day grid delegate text not being clipped
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
f38e0a81
Pipeline
#230642
passed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Delegates/DayGridViewIncidenceDelegate.qml
View file @
00f8b55b
...
...
@@ -154,6 +154,7 @@ Item {
QQC2.Label
{
Layout.fillWidth
:
true
text
:
modelData
.
text
clip
:
true
elide
:
parent
.
spaceRestricted
?
Text
.
ElideNone
:
Text
.
ElideRight
// Eliding takes up space
font.weight
:
Font
.
Medium
font.pointSize
:
parent
.
spaceRestricted
?
Kirigami
.
Theme
.
smallFont
.
pointSize
:
...
...
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