[frameworks-kwidgetsaddons] [Bug 472355] Misaligned header text in most of the configuration windows

2023-08-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472355

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||6.0

--- Comment #2 from Nate Graham  ---
This has been fixed by Waqar Ahmed's work with
https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/c8c3cdfd681508b2e496c20df83c562806e0dc62.
I was planning to do it after he merged that work, but he fixed this issue as
well as a part of it!

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kwidgetsaddons] [Bug 472355] Misaligned header text in most of the configuration windows

2023-07-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472355

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Did some investigation. KPageDialog lays out its contents with a QGridLayout
object that has zero top margins. This is needed so that the left sidebar can
touch the window titlebar. But it also has the effect of making the
KTitleWidget used for the header text to be too high up and also touch the
titlebar. We can't add margins to only part of a QGridLayout, so what I think
we need to do is replace it with two QVBoxLayouts in a QHBoxLayout, with only
the left one having zero top margins. I'm looking into it.

-- 
You are receiving this mail because:
You are watching all bug changes.