Improve QWidget KCM and QML KCM consistency
ClosedPublic

Authored by meven on Jun 23 2019, 10:52 AM.

Details

Summary
  • Set QWidget KCMs title font size to the same one as QML ones
  • Add content margin to QWidget KCMs to match QML ones
  • Only display own KCM title in QML case

Diff Detail

Repository
R102 KInfoCenter
Branch
fix-title-qml
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 13199
Build 13217: arc lint + arc unit
meven created this revision.Jun 23 2019, 10:52 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJun 23 2019, 10:52 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
meven requested review of this revision.Jun 23 2019, 10:52 AM
meven updated this revision to Diff 60446.Jun 23 2019, 10:55 AM

Remove lines that shouldn't have been included

Close! But the title sizes still appear to differ:

meven updated this revision to Diff 60484.Jun 23 2019, 1:08 PM

Adjust font size

meven updated this revision to Diff 60485.Jun 23 2019, 1:09 PM

Remove changes that will go to another review

mart accepted this revision.Jun 24 2019, 8:03 PM
This revision is now accepted and ready to land.Jun 24 2019, 8:03 PM
ngraham accepted this revision.Jun 24 2019, 8:32 PM
This revision was automatically updated to reflect the committed changes.

Could this be backported to the stable branch? It's a relative straightforward bugfix.

meven added a comment.Jun 25 2019, 4:32 PM

Could this be backported to the stable branch? It's a relative straightforward bugfix.

Unfortunately no, it would cause a bug without the D20598 diff that added a title to the kinfocenter, causing the need here to remove the titles for QML KCM.

Gotcha, thanks!