Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Configure Akonadi with an IMAP and Kolab resource. - Launch Kaddressbook - Create a couple of Contacts and select them - Go to File menu/Print... - Select 'Print to File (PDF)' - Choose a name and a location for the .PDF file - Click on 'Print' - Check the 'Selected contacts' QToolButton - Click on 'Next' - Select 'Printout for Ring Binders' from the Print Style combo box - Click on 'Next' - Click on 'Finish' Open the .pdf you've just printed. In it you can see that the Contacts information does not fit within the lines. Trunk, Svn Rev 1019588
SVN commit 1024355 by tokoe: Replaced hand crafted printing code with HTML based code. This fixes the layout issues that appeared after porting. BUG: 206323 M +2 -142 rbs_appearance.ui M +92 -410 ringbinderstyle.cpp M +3 -34 ringbinderstyle.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1024355
It is corrected now. The Contacts' information fits between the lines when printing using the Ring Binders option. Trunk, Svn Rev 1024362