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
Itinerary
Commits
da198c95
Commit
da198c95
authored
Nov 28, 2022
by
Volker Krause
Browse files
Word wrap indoor map info sheet headers
parent
70e3eabe
Pipeline
#276176
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/IndoorMapInfoSheet.qml
View file @
da198c95
...
...
@@ -19,11 +19,15 @@ Kirigami.OverlaySheet {
header
:
Column
{
Kirigami.Heading
{
text
:
elementDetailsSheet
.
model
.
name
width
:
parent
.
width
wrapMode
:
Text
.
WordWrap
}
Kirigami.Heading
{
text
:
elementDetailsSheet
.
model
.
category
level
:
4
visible
:
text
!=
""
width
:
parent
.
width
wrapMode
:
Text
.
WordWrap
}
}
...
...
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