[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-10-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315400 --- Comment #11 from Nate Graham --- Breeze does: } else if (auto dialog = qobject_cast(widget)) { auto margins = dialog->contentsMargins(); const_cast(dialog)->setContentsMargins(margins.left(), qMax(margins.top(), 1), margins.right(),

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-30 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=315400 --- Comment #10 from popov895 --- (In reply to popov895 from comment #9) > Can you try > > > m_processList.setContentsMargins(0,0,0,0); > See > https://invent.kde.org/himanshur/ksysguard/-/blob/master/gui/ > SensorDisplayLib/ProcessController.cpp#L148

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-30 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=315400 --- Comment #9 from popov895 --- Can you try > m_processList.setContentsMargins(0,0,0,0); See https://invent.kde.org/himanshur/ksysguard/-/blob/master/gui/SensorDisplayLib/ProcessController.cpp#L148 -- You are receiving this mail because: You are

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-29 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=315400 --- Comment #8 from Christoph Feck --- I am not sure if I understand the issue, but could you check if breeze returns different values for PM_Layout*Margin and (deprecated) PM_DefaultTopLevelMargin? -- You are receiving this mail because: You are

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315400 --- Comment #7 from Nate Graham --- Actually now I'm not sure whether these extra margins come from Breeze, or some frameworks component that generates the dialog. Christoph, any chance you know off the top of your head? -- You are receiving this

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315400 Nate Graham changed: What|Removed |Added CC||popov...@ukr.net --- Comment #6 from Nate Graham

[Breeze] [Bug 315400] Dialog windows draw extra internal margins

2020-09-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315400 Nate Graham changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED