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
Multimedia
Elisa
Commits
ae1f5217
Commit
ae1f5217
authored
Nov 13, 2020
by
Matthieu Gallien
🎵
Browse files
fix context view not showing proper data
parent
f5cdfb59
Pipeline
#40637
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/qml/ContextView.qml
View file @
ae1f5217
...
...
@@ -264,6 +264,11 @@ FocusScope {
model
:
metaDataModel
delegate
:
MetaDataDelegate
{
index
:
model
.
index
name
:
model
.
name
display
:
model
.
display
type
:
model
.
type
Layout.fillWidth
:
true
}
}
...
...
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