Created attachment 53566 [details] TIFF of misaligned calculator button Version: 4.5 (using KDE 4.5.3) OS: OS X The calculator button in the transaction editor is misaligned in such a way that it's lower edge gets cut-off. The button center is not in line with the amount edit field. See attachment's TIFF. Reproducible: Always
Could it be that this is caused by a slightly different size of the calculator icon? The misalignment happens only for buttons using this icon.
SVN commit 1232920 by conet: BUG: 257373 BUG: 272684 Don't set a fixed width and height for the calculator button. We don't do that for the calendar button of the dateinput either and it seems to work correctly. 257373 - I'm not sure that this is fixed since I don't have a way to test it; please reopen it if it's still present 272684 - It seems that because the button was smaller that it's needed size it's background was not filled now it works as expected M +1 -5 kmymoneyedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1232920
Thanks Christian, yes this also fixes the bug on Mac OS X! :-) Great stuff!!!
Hi Cristian, I'm reopening this one here, because I've found a similar problem with the "arrow button" in the dialog tab Search transactions/Amount reachable via menu item Edit/Find transaction where three buttons with a counterclockwise pointing arrow are all misaligned on Mac OSX just like the Calculator icon did before you fixed it in your above patch. I hope you'll be able to fix these 3 too. Greets, Marko
SVN commit 1233456 by conet: BUG: 257373 Don't set a fixed width and height for the reset button (same as the calculator button fix). M +0 -2 kmymoneyedit.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1233456