Fix spacing in "Select test picture:" row
ClosedPublic

Authored by volkov on May 16 2017, 11:10 AM.

Details

Summary

Use QBoxLayout::addLayout() instead of QLayout::addItem()
to add a child layout. It's more preferable and makes Qt use a
correct spacing for the child layout.

Diff Detail

Repository
R100 KGamma
Branch
fix-layout-spacing
Lint
No Linters Available
Unit
No Unit Test Coverage
volkov created this revision.May 16 2017, 11:10 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 16 2017, 11:10 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson accepted this revision.May 16 2017, 11:22 AM
This revision is now accepted and ready to land.May 16 2017, 11:22 AM
This revision was automatically updated to reflect the committed changes.