Created attachment 158420 [details] Screenshot of the selector list. SUMMARY Right click on a transaction -> "Move transaction" shows a selector window for the target account. This element is way too small. As far as I see, it is not resizable. Therefore, it is impossible to select the target. This renders KMyMoney unusuable for now. STEPS TO REPRODUCE 1. Right click on transaction, expand "Move transaction" 2. 3. OBSERVED RESULT Selector list which is too small to read the target account's names. EXPECTED RESULT Readable list. SOFTWARE/OS VERSIONS Windows: 11 macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION This bug is present for at least the last few years now.
I agree it is annoying but still kMyMoney is highly useable. I have been using it for the past several years. Hopefully it does get addressed. Thanks.
I don't agree with the classification of the importance. In fact, i can't use kmm anymore because it's not safe that I will be able to move entries between accounts. There is only a cumbersome workaround to delete a booking and recreate it. This way it takes hours what could be done in a few mouseclicks if only one developer could change the properties of the "Move Transaction to" list, which will also only take a few mouse clicks. Sorry to say, this is a show stopper. KMM is not useable.
Do you have a zoom applied to your desktop, or have you changed the default fonts? When I run KMM on Linux, I see all of most account names and enough of the ones which ARE cut off to know what they are. I'll post a screen-shot later. The pic you posted does not strike me as the default for the program. Also, I am not sure that changing the size of that popup would be easy. It is not directly generated by KMyMoney, but by the underlying menu mechanism of KDE/Qt. I have not looked at the code yet, but I wouldn't be surprised if there is no easy way to change the width.
Git commit ab7b5518c3ccf3743b1605d5f479284d16ba0434 by Thomas Baumgart. Committed on 24/09/2023 at 16:36. Pushed by tbaumgart into branch 'master'. Increase width of context menu This is not ideal because it is still static. Should be dependent on the width of the largest entry, but that is another story for another day. M +7 -0 kmymoney/widgets/kmymoneyaccountselector.cpp M +2 -0 kmymoney/widgets/kmymoneyaccountselector.h https://invent.kde.org/office/kmymoney/-/commit/ab7b5518c3ccf3743b1605d5f479284d16ba0434
I think this is a great step forward! I also agree that it should be dynamic based on the longest entry but I don't know all the ins and outs of it. Thank you!