Get rid of warnings about setting both pixel and point sizes
ClosedPublic

Authored by leinir on Aug 23 2017, 11:34 AM.

Details

Summary

Without this patch, the QML engine complains that both pixel and point sizes are being set, and that it will fall back (correctly, but noisily) to the pixel size. This patch results in the same behaviour, but without complaints from the engine.

Diff Detail

Repository
R169 Kirigami
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
leinir created this revision.Aug 23 2017, 11:34 AM
Restricted Application added a subscriber: plasma-devel. · View Herald TranscriptAug 23 2017, 11:34 AM
mart accepted this revision.Aug 23 2017, 5:33 PM
This revision is now accepted and ready to land.Aug 23 2017, 5:33 PM
This revision was automatically updated to reflect the committed changes.