Qt Creator and changing pixelSizes in rich text
-
Hey,
Does QtCreator not allow the use of
font-size:10px;
It keeps overwriting it to
font-size:8.25pt;
and also changes the font family on the parent node. Anyone found a way around this?
Orig:
-</style></head><body style=" font-family:'Arial'; font-size:16px;Changed to:
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt;