This prevents us from having to manually specify the margins in all of the subclasses.
BUG: 413181
FIXED-IN: 5.65
cfeck | |
mart |
Frameworks |
This prevents us from having to manually specify the margins in all of the subclasses.
BUG: 413181
FIXED-IN: 5.65
Assistant dialog now has correct margins:
App settings window still has correct margins:
After applying D25451, Multi-KCM KCMShell dialog still has correct margins:
After applying D25451, single-KCM KCMShell dialog still has correct margins:
Please test extensively; this code seems somewhat fragile.
No Linters Available |
No Unit Test Coverage |
Buildable 19040 | |
Build 19058: arc lint + arc unit |
src/kassistantdialog.cpp | ||
---|---|---|
102 ↗ | (On Diff #70118) | Ideally q->pageWidget()->style() would be cached, given we are in hotpath here during startup, also helps codereading a bit. |
Since KAssistantDialog is a KPageDialog, what happens to other users of that class? I had hoped the fix is in KPageDialog, and it would only omit the margins when the caller requested it (e.g. KCMs etc.).
src/kassistantdialog.cpp | ||
---|---|---|
103 ↗ | (On Diff #70118) | Please also pass styleOptions and widget. Some styles might compute margins from font sizes, and without any context, they can only assume defaults. |