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
PIM
Kalendar
Commits
b5af9475
Commit
b5af9475
authored
Apr 05, 2022
by
Claudio Cambra
Browse files
Ensure delete dialog properly wraps label
parent
b3c9c136
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/DeleteIncidenceSheet.qml
View file @
b5af9475
...
...
@@ -63,7 +63,7 @@ Kirigami.Page {
}
else
if
(
incidenceWrapper
.
recurrenceData
.
type
>
0
)
{
return
i18n
(
"
The calendar item
\"
%1
\"
recurs over multiple dates. Do you want to delete the selected occurrence on %2, also future occurrences, or all of its occurrences?
"
,
incidenceWrapper
.
summary
,
deleteDate
.
toLocaleDateString
(
Qt
.
locale
()))
}
wrapMode
:
Text
.
Word
Wrap
wrapMode
:
Text
.
Wrap
}
}
...
...
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