Bug 400382

Summary: KMessageWidgets should vertically center any pushbuttons
Product: [Frameworks and Libraries] frameworks-kwidgetsaddons Reporter: Patrick Silva <bugseforuns>
Component: generalAssignee: Christoph Feck <cfeck>
Status: CONFIRMED ---    
Severity: wishlist CC: kdelibs-bugs-null, nate
Priority: NOR Keywords: usability
Version First Reported In: 5.102.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: error message 1
error message 2

Description Patrick Silva 2018-10-27 21:49:15 UTC
Created attachment 115926 [details]
error message 1

See the screenshots please.
Unnecessarily there is empty space above the buttons and below the message itself.
I suggest to move the buttons up and eliminate the space below the text
to improve the layout of error messages in Kate.


SOFTWARE VERSIONS
Arch Linux
KDE Plasma Version: 5.14.2
KDE Frameworks Version: 5.51
Qt Version: 5.12 beta3
Comment 1 Patrick Silva 2018-10-27 21:49:35 UTC
Created attachment 115927 [details]
error message 2
Comment 2 Dominik Haumann 2018-11-01 21:09:14 UTC
Agreed. The tricky part is to get this right in a QWidget based world. We had many issues with wrong fixed sizes, which neef tp be computed a priori. This is likely fixable, but needs a lot of testing... That's why noone volunteered do far I assume. Patches welcome.