Bug 456563

Summary: When editing splits, grid row height truncates the text
Product: [Applications] kmymoney Reporter: Dawid Wróbel <me>
Component: ux-uiAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: git (master)   
Target Milestone: ---   
Platform: macOS (DMG)   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: The truncated text in split editor

Description Dawid Wróbel 2022-07-10 21:25:06 UTC
Created attachment 150521 [details]
The truncated text in split editor

Likely specific to macOS, and specific to Qt. See screenshot for details.
Comment 1 Thomas Baumgart 2022-07-11 05:57:11 UTC
You may want to take a look at SplitDelegate::sizeHint() and its counterpart JournalDelegate::sizeHint() if you can find any obvious problem and make it work on MacOS (i.e. all platforms)
Comment 2 Thomas Baumgart 2022-07-12 06:22:13 UTC
See also bug #456609