QML doesn't show enough space between space characters
Unsolved
QML and Qt Quick
-
Hi all,
My qml works generally fine but I have an issue with texts which contains more than one spaces next to each other. For example,
ThisTextIs aText.Above text is shown something like
ThisTextIs aText.So the spaces seem to be ignored somehow. Does anyone know why would that be?
Btw: After submitting this question, I realized that this form does exactly the same behavior. First text has some more spaces in between ThisTextIs and aText. but not shown for some reason.
Edited: - p3c0