Skip to content
Snippets Groups Projects
Commit e3c66566 authored by kamathmanu's avatar kamathmanu
Browse files

Avoid hardcoded font size

parent a0c2a174
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ Item {
verticalAlignment: Text.AlignVCenter
// See this MSC: https://github.com/matrix-org/matrix-doc/pull/2530
text: model.data.filename ? model.data.filename : model.data.body
font.pointSize: 11
color: "white"
}
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment