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
b11948b0
Commit
b11948b0
authored
Aug 13, 2022
by
Claudio Cambra
Browse files
Ensure exception date strings wrap in the Incidence Info drawer
Signed-off-by:
Claudio Cambra
<
claudio.cambra@gmail.com
>
parent
224c992d
Pipeline
#217608
passed with stage
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Drawers/IncidenceInfoDrawer.qml
View file @
b11948b0
...
...
@@ -392,6 +392,7 @@ Kirigami.OverlayDrawer {
delegate
:
QQC2.Label
{
Layout.fillWidth
:
true
text
:
date
.
toLocaleDateString
(
Qt
.
locale
())
wrapMode
:
Text
.
Wrap
}
}
}
...
...
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